Wrong artifact location fixed
This commit is contained in:
@@ -24,7 +24,7 @@ macos-c++11:
|
|||||||
- Apple
|
- Apple
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- *.dmg
|
- build-release-cpp11/*.dmg
|
||||||
|
|
||||||
macos-c++98:
|
macos-c++98:
|
||||||
script: "CI/ci-mac.sh C++98"
|
script: "CI/ci-mac.sh C++98"
|
||||||
@@ -32,7 +32,7 @@ macos-c++98:
|
|||||||
- Apple
|
- Apple
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- *.dmg
|
- build-release-cpp98/*.dmg
|
||||||
|
|
||||||
cppcheck:
|
cppcheck:
|
||||||
script: "CI/ci-cppcheck.sh"
|
script: "CI/ci-cppcheck.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user