We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4faaec8 commit 79edb19Copy full SHA for 79edb19
appveyor.yml
@@ -19,14 +19,14 @@ test_script:
19
- lua5.1.exe -e "assert(require('moonscript')); print(require('moonscript.version').version)"
20
21
after_build:
22
- - 7z a build.zip moonscript.dll lua51.dll moon.exe moonc.exe LICENSE README.txt
+ - 7z a moonscript-$(appveyor_repo_commit).zip moonscript.dll lua51.dll moon.exe moonc.exe LICENSE README.txt
23
24
artifacts:
25
- - path: build.zip
+ - path: moonscript-$(appveyor_repo_commit).zip
26
27
deploy:
28
- provider: GitHub
29
- artifact: build.zip
+ artifact: /moonscript.*\.zip/
30
auth_token:
31
secure: ow29ymI+HSG5ZGMF0vtyPTFQsRnOvebxAI0FXChgfJ327UOnZcXImQ0LN7DW7ImF
32
on:
0 commit comments