Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Dec 7, 2015
1 parent d60f7a6 commit 8c89f77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,14 @@ test_script:
after_build:
- 7z a build.zip moonscript.dll lua51.dll moon.exe moonc.exe LICENSE README.txt

artifacts:
- path: build.zip

deploy:
- provider: GitHub
artifact: build.zip
draft: false
prerelease: false
on:
branch: binaries
appveyor_repo_tag: true

0 comments on commit 8c89f77

Please sign in to comment.