Update appveyor.yml

This commit is contained in:
Leonardo Zide 2020-11-23 09:18:58 -08:00 committed by GitHub
parent 1b17da66b4
commit 82c006288b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ after_build:
- set TRAVIS_REPO_SLUG=%APPVEYOR_REPO_NAME%
- set TRAVIS_COMMIT=%APPVEYOR_REPO_COMMIT%
- appveyor DownloadFile https://github.com/probonopd/uploadtool/raw/master/upload.sh
- if "%APPVEYOR_PULL_REQUEST_NUMBER%" EQ "" bash upload.sh LeoCAD*.exe
- if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) { bash upload.sh LeoCAD*.exe }
artifacts:
- path: symbols.zip