updat ci script;

This commit is contained in:
Twiddly 2019-10-22 03:26:12 +02:00
parent 4bd1af0bd9
commit ff834355ec
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ before_deploy:
- git tag -a %VERSION_TAG% -m "%APP_RELEASE_NAME%" & exit 0
- git push --quiet "https://%GH_TOKEN%@github.com/%REPO%.git" %VERSION_TAG% >nul 2>&1 & exit 0
- dir "dist"
- ps: Get-ChildItem .\dist\*.yml | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
- ps: Get-ChildItem .\dist\*.blockmap | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
- ps: Get-ChildItem .\dist\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
- ps: Get-ChildItem .\dist\*.exe | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }