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 79edb19 commit d9db851Copy full SHA for d9db851
appveyor.yml
@@ -19,7 +19,8 @@ test_script:
19
- lua5.1.exe -e "assert(require('moonscript')); print(require('moonscript.version').version)"
20
21
after_build:
22
- - 7z a moonscript-$(appveyor_repo_commit).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
+ - dir
24
25
artifacts:
26
- path: moonscript-$(appveyor_repo_commit).zip
0 commit comments