Skip to content

Commit d9db851

Browse files
committed
again?
1 parent 79edb19 commit d9db851

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

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

2121
after_build:
22-
- 7z a moonscript-$(appveyor_repo_commit).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
23+
- dir
2324

2425
artifacts:
2526
- path: moonscript-$(appveyor_repo_commit).zip

0 commit comments

Comments
 (0)