Browse Source

AppVeyor will no longer overwrite old releases

pull/1/head
Anairkoen Schno 6 years ago
parent
commit
aacb7deb46
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      appveyor.yml

+ 2
- 2
appveyor.yml View File

@ -18,8 +18,8 @@ build:
project: BSIPA.sln
deploy:
- provider: GitHub
release: BSIPA $(bsipa_version)
tag: $(bsipa_version)
release: BSIPA $(bsipa_version)-pre
tag: $(bsipa_version)-pre
auth_token:
secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t
artifact: IPA/Bin/$(configuration).zip


Loading…
Cancel
Save