Skip to content

Commit

Permalink
appveyor: deploy any change to master as release
Browse files Browse the repository at this point in the history
- cant seem to get APPVEYOR_REPO_TAG to work, this is fine for now.
  • Loading branch information
binary1230 committed Oct 16, 2022
1 parent 67d4fe0 commit d0fb8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ deploy:
# secure: McbB8gC1DEt670JWHHuiEBkZm+yhXYzqgRC6iHeb1AE=
# folder:
# artifact:

# Diz-specific version for deploying github release

# fork: diz-specific version for deploying to github releases
- provider: GitHub
draft: true
prerelease: false
on:
branch: master # release from master branch only
APPVEYOR_REPO_TAG: true # deploy on tag push only
# APPVEYOR_REPO_TAG: true # deploy on tag push only

0 comments on commit d0fb8b2

Please sign in to comment.