Skip to content

Commit 3a2a38d

Browse files
committed
Correct zip path
1 parent f1182b8 commit 3a2a38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ deploy: off
5151

5252
after_build:
5353
- cd %BUILD_FOLDER%
54-
- 7z a mapserver.zip 'build/*'
54+
- 7z a mapserver.zip ./build/*
5555

5656
artifacts:
5757
- path: mapserver.zip

0 commit comments

Comments
 (0)