Skip to content

Commit

Permalink
update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wwh1004 committed Apr 6, 2021
1 parent c04b761 commit 75f8aa6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ before_build:
build:
project: ExtremeDumper.sln
verbosity: normal
after_build:
- cmd: 7z a bin\Release\ExtremeDumper.zip bin\Release\*.exe
artifacts:
- path: bin\Release\*.exe
- path: bin\Release\ExtremeDumper.zip
name: ExtremeDumper
type: zip
deploy:
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
Expand Down

0 comments on commit 75f8aa6

Please sign in to comment.