mirror of
https://github.com/leozide/leocad
synced 2025-01-18 22:26:44 +01:00
Update appveyor.yml
This commit is contained in:
parent
1b17da66b4
commit
82c006288b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue