Try to build tags on appveyor

This commit is contained in:
Dag Heyman 2018-02-12 13:55:08 +01:00
parent f8609293cf
commit fc432a5095
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -86,11 +86,11 @@ after_build:
- ps: Get-ChildItem -Include sqlite3.dll -Recurse | Remove-Item -Force
- ps: Get-ChildItem -Include _sqlite3.pyd -Recurse | Remove-Item -Force
# Create zip for deployment
- 7z a yubioath-desktop-%APPVEYOR_REPO_BRANCH%-win.zip .\release\*
- 7z a yubioath-desktop-%APPVEYOR_REPO_BRANCH%%APPVEYOR_REPO_TAG_NAME%-win.zip .\release\*
- cd %APPVEYOR_BUILD_FOLDER%
artifacts:
- path: yubioath-desktop-%APPVEYOR_REPO_BRANCH%-win.zip
- path: yubioath-desktop-%APPVEYOR_REPO_BRANCH%%APPVEYOR_REPO_TAG_NAME%-win.zip
deploy:
- provider: S3