Skip to content

Commit

Permalink
Fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
DronCode committed Oct 25, 2020
1 parent c58136f commit 15cfbe3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ build:
build_script: |
cmake --build . --config Release
after_build: 7z a GlacierTools.zip %APPVEYOR_BUILD_FOLDER%\build\Tools\GMSInfo\Release\HBM_GMSTool\*
after_build:
- cmd: cd c:\projects\ReHitmanTools\build
- cmd: 7z a GlacierTools.zip Tools\GMSInfo\Release\HBM_GMSTool.exe Tools\GMSInfo\Release\typeids.json

#---------------------------------#
# artifacts configuration #
Expand Down

0 comments on commit 15cfbe3

Please sign in to comment.