Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit d415718

Browse files
committed
chore(.appveyor.yml): fix non-nightly builds
1 parent e676404 commit d415718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test_script:
4040
for d in _target/deps/*; do (cd $d; ../../../../bin/leanpkg test || exit 1); done;
4141
fi"
4242
- C:\msys64\usr\bin\bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER &&
43-
if [[ $UPLOAD == ON && $GH_TOKEN && $APPVEYOR_REPO_BRANCH == master ]]; then
43+
if [[ $UPLOAD == ON && $GH_TOKEN && $APPVEYOR_REPO_BRANCH == master && -f build/nightly.sh ]]; then
4444
. build/nightly.sh &&
4545
bash script/deploy_nightly.sh build/lean-*-windows.zip;
4646
fi"

0 commit comments

Comments
 (0)