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 d9db851 commit 86848b7Copy full SHA for 86848b7
appveyor.yml
@@ -19,7 +19,7 @@ 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 lua5.1.dll moon.exe moonc.exe LICENSE README.txt
23
- dir
24
25
artifacts:
0 commit comments