Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode authored Jul 4, 2021
1 parent 778505f commit 6427b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ after_build:
- chcp 65001
- 7z a tmp.7z %MyProjectDir%\x64\build\*

- ren tmp.7z %ProJectExeName%.7z
- ren tmp.7z source.7z

- appveyor PushArtifact version.tag
- appveyor PushArtifact %ProJectExeName%.7z
- appveyor PushArtifact source.7z

deploy:
- provider: GitHub
Expand Down

0 comments on commit 6427b54

Please sign in to comment.