mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-12 05:40:04 +00:00
Change deploy to use github releases instead, but only for the citra-nightly repo
This commit is contained in:
parent
c18cb1b192
commit
0a6ca01991
4 changed files with 14 additions and 42 deletions
15
appveyor.yml
15
appveyor.yml
|
@ -60,14 +60,11 @@ artifacts:
|
|||
type: zip
|
||||
|
||||
deploy:
|
||||
- provider: BinTray
|
||||
username: citra-emu
|
||||
api_key:
|
||||
secure: qaZZfXp5Vv9xw5EmCxKLhGnNYhiNMDCdP84l0+h6HetfmvFlvHxyohWEVokLjl7d
|
||||
subject: citra-emu
|
||||
repo: citra
|
||||
package: nightly
|
||||
version: $(BINTRAY_VERSION)
|
||||
publish: true
|
||||
provider: GitHub
|
||||
auth_token:
|
||||
secure: "dbpsMC/MgPKWFNJCXpQl4cR8FYhepkPLjgNp/pRMktZ8oLKTqPYErfreaIxb/4P1"
|
||||
artifact: msvcbuild
|
||||
draft: false
|
||||
prerelease: false
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue