Skip to content

Commit

Permalink
automatically create new release after build
Browse files Browse the repository at this point in the history
  • Loading branch information
RektInator committed Sep 20, 2019
1 parent 256e97b commit 73204b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ build:
test: off
artifacts:
- path: build/bin/*.dll
- path: build/bin/*.pdb
- path: build/bin/*.pdb
deploy:
- provider: GitHub
auth_token:
secure: IyUTCaq8tOpcOwDfqa2bH2UCEgPNoLpgqZtJOetSchzZcs1rJT8b/oQ/DTq2ecwc
on:
branch: master

0 comments on commit 73204b5

Please sign in to comment.