Skip to content

Commit 8c89f77

Browse files
committed
oops
1 parent d60f7a6 commit 8c89f77

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

appveyor.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,14 @@ test_script:
2121
after_build:
2222
- 7z a build.zip moonscript.dll lua51.dll moon.exe moonc.exe LICENSE README.txt
2323

24+
artifacts:
25+
- path: build.zip
26+
27+
deploy:
28+
- provider: GitHub
29+
artifact: build.zip
30+
draft: false
31+
prerelease: false
32+
on:
33+
branch: binaries
34+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)