From 352e318a0b0bb50fae06624b1351562d8a450c77 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 31 Aug 2019 14:28:05 +0200 Subject: [PATCH] [ci] should skip upload script on non-tag release --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7cc350620..de17e59a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -79,7 +79,7 @@ after_build: - cd ..\.. on_success: - - bash.exe ".ci\upload_win_installer.sh" + - IF DEFINED APPVEYOR_REPO_TAG_NAME bash.exe ".ci\upload_win_installer.sh" artifacts: - path: packages\win_installer\output\Aegisub-Japan7-x64.exe