Skip to content

Commit

Permalink
Fix relative artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
DronCode committed Oct 25, 2020
1 parent 0110cf5 commit c6242ce
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 @@ -36,13 +36,14 @@ build_script: |
after_build:
- cmd: cd c:\projects\ReHitmanTools\build
- cmd: 7z a GlacierTools.zip Tools\GMSInfo\Release\HBM_GMSTool.exe Tools\GMSInfo\Release\typeids.json
- cmd: mv GlacierTools.zip ../GlacierTools.zip

#---------------------------------#
# artifacts configuration #
#---------------------------------#

artifacts:
- path: c:\projects\ReHitmanTools\build\GlacierTools.zip
- path: GlacierTools.zip
name: GlacierTools

#---------------------------------#
Expand Down

0 comments on commit c6242ce

Please sign in to comment.