fix(.appveyor.yml): use correct variable syntax...
This commit is contained in:
parent
f998fed50e
commit
fdc1df49ec
2 changed files with 4 additions and 4 deletions
|
|
@ -19,9 +19,9 @@ test_script:
|
|||
- C:\msys64\usr\bin\bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER/build && ctest -j4 --output-on-failure"
|
||||
|
||||
artifacts:
|
||||
- path: $TARGET
|
||||
- path: '%TARGET%'
|
||||
name: binary
|
||||
- path: $NIGHTLY_TARGET
|
||||
- path: '%NIGHTLY_TARGET%'
|
||||
name: nightly
|
||||
|
||||
deploy:
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@ test_script:
|
|||
- C:\msys64\usr\bin\bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER/build && ctest -j4 --output-on-failure"
|
||||
|
||||
artifacts:
|
||||
- path: $TARGET
|
||||
- path: '%TARGET%'
|
||||
name: binary
|
||||
- path: $NIGHTLY_TARGET
|
||||
- path: '%NIGHTLY_TARGET%'
|
||||
name: nightly
|
||||
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue