diff --git a/appveyor-build.bat b/appveyor-build.bat index f2c92cb02..877a31e18 100644 --- a/appveyor-build.bat +++ b/appveyor-build.bat @@ -100,7 +100,7 @@ REM The previous if statements failed, skip to the end GOTO end :upload -curl https://github.com/probonopd/uploadtool/raw/master/upload.sh > upload.sh +curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh > upload.sh bash upload.sh Olive*.zip bash upload.sh Olive*.exe diff --git a/appveyor.yml b/appveyor.yml index 18b9df5e4..56dd0f637 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,7 @@ version: "{build}" +branches: + except: + - continuous # Don't build the branch we create uploading to GitHub image: Visual Studio 2017 environment: TRAVIS_REPO_SLUG: olive-editor/olive