Skip to content

Commit

Permalink
Fix version number in released ZIP file
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitz committed Nov 17, 2019
1 parent 0bbf817 commit 96fb04c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ before_build:
build:
project: CI.sln
after_build:
- cmd: 7z a ANTLRVisualizer.{version}.zip %APPVEYOR_BUILD_FOLDER%\Runtime\bin\Debug\*
- cmd: 7z a ANTLRVisualizer.{version}.zip %APPVEYOR_BUILD_FOLDER%\Runtime.Standard\bin\Debug\*
- cmd: 7z a ANTLRVisualizer.%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\Runtime\bin\Debug\*
- cmd: 7z a ANTLRVisualizer.%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\Runtime.Standard\bin\Debug\*

artifacts:
- path: ANTLRVisualizer.{version}.zip
- path: ANTLRVisualizer.%APPVEYOR_BUILD_VERSION%.zip
name: ANTLRVisualizer

deploy:
Expand Down

0 comments on commit 96fb04c

Please sign in to comment.