diff options
author | j-selby <jselby@jselby.net> | 2017-08-03 15:51:48 +1000 |
---|---|---|
committer | j-selby <jselby@jselby.net> | 2017-08-06 19:07:29 +1000 |
commit | 8bda0ca68dc1182583c0bb2634a93d2776eab3ba (patch) | |
tree | 66b5f9914c894a2848bfcfadc9f75198d04a20ce /appveyor.yml | |
parent | 035716d57bfc2142779e421ee242efc0d51059f6 (diff) |
Travis/AppVeyor: Deploy based upon tags
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/appveyor.yml b/appveyor.yml index d062a1f3e..eb4e7df87 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,6 @@ # shallow clone clone_depth: 10 -# don't build on tag -skip_tags: true - cache: - C:\ProgramData\chocolatey\bin -> appveyor.yml - C:\ProgramData\chocolatey\lib -> appveyor.yml @@ -72,16 +69,11 @@ artifacts: deploy: provider: GitHub - release: nightly-$(appveyor_build_number) - description: | - Citra nightly releases. Please choose the correct download for your operating system from the list below. - - Short Commit Hash $(GITREV) + release: $(appveyor_repo_tag_name) auth_token: secure: "dbpsMC/MgPKWFNJCXpQl4cR8FYhepkPLjgNp/pRMktZ8oLKTqPYErfreaIxb/4P1" artifact: msvcupdate,msvcbuild draft: false prerelease: false on: - branch: master - appveyor_repo_name: citra-emu/citra-nightly + appveyor_repo_tag: true |