launch upload from sh

This commit is contained in:
odrling 2019-08-31 17:06:14 +02:00
parent 4b2f9d864a
commit 23927ea23c
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ after_build:
- cd ..\.. - cd ..\..
on_success: on_success:
- IF DEFINED APPVEYOR_REPO_TAG_NAME bash.exe ".ci\upload_win_installer.sh" - sh: '[ -n "$APPVEYOR_REPO_TAG_NAME" ] && .ci/upload_win_installer.sh'
artifacts: artifacts:
- path: packages\win_installer\output\Aegisub-Japan7-x64.exe - path: packages\win_installer\output\Aegisub-Japan7-x64.exe