Update appveyor.yml
This commit is contained in:
parent
88cdddb567
commit
5d68e69c13
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,6 @@ build:
|
|||
|
||||
after_build:
|
||||
- cmd: 7z a -tzip "ACSE.WinForms/bin/Release/ACSE.zip" "ACSE.WinForms/bin/Release/*"
|
||||
- remove_files:
|
||||
|
||||
artifacts:
|
||||
- path: ACSE.WinForms/bin/Release/ACSE.zip
|
||||
|
@ -26,4 +25,5 @@ deploy:
|
|||
draft: false
|
||||
prerelease: true
|
||||
on:
|
||||
APPVEYOR_REPO_TAG: true
|
||||
branch: master
|
||||
appveyor_repo_tag: true
|
Loading…
Reference in a new issue