Skip to content

Commit c6242ce

Browse files
committed
Fix relative artifact path
1 parent 0110cf5 commit c6242ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ build_script: |
3636
after_build:
3737
- cmd: cd c:\projects\ReHitmanTools\build
3838
- cmd: 7z a GlacierTools.zip Tools\GMSInfo\Release\HBM_GMSTool.exe Tools\GMSInfo\Release\typeids.json
39+
- cmd: mv GlacierTools.zip ../GlacierTools.zip
3940

4041
#---------------------------------#
4142
# artifacts configuration #
4243
#---------------------------------#
4344

4445
artifacts:
45-
- path: c:\projects\ReHitmanTools\build\GlacierTools.zip
46+
- path: GlacierTools.zip
4647
name: GlacierTools
4748

4849
#---------------------------------#

0 commit comments

Comments
 (0)