Skip to content

Commit

Permalink
Spelling error in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitz committed Nov 17, 2019
1 parent 7351f5a commit 05ffad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ build:
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\*
artifact:

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

Expand Down

0 comments on commit 05ffad5

Please sign in to comment.