Skip to content

Commit 79edb19

Browse files
committed
better build filename
1 parent 4faaec8 commit 79edb19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ test_script:
1919
- lua5.1.exe -e "assert(require('moonscript')); print(require('moonscript.version').version)"
2020

2121
after_build:
22-
- 7z a build.zip moonscript.dll lua51.dll moon.exe moonc.exe LICENSE README.txt
22+
- 7z a moonscript-$(appveyor_repo_commit).zip moonscript.dll lua51.dll moon.exe moonc.exe LICENSE README.txt
2323

2424
artifacts:
25-
- path: build.zip
25+
- path: moonscript-$(appveyor_repo_commit).zip
2626

2727
deploy:
2828
- provider: GitHub
29-
artifact: build.zip
29+
artifact: /moonscript.*\.zip/
3030
auth_token:
3131
secure: ow29ymI+HSG5ZGMF0vtyPTFQsRnOvebxAI0FXChgfJ327UOnZcXImQ0LN7DW7ImF
3232
on:

0 commit comments

Comments
 (0)