Browse Source

More tweaks to the auto deploy

pull/1/head
Anairkoen Schno 5 years ago
parent
commit
73165eb512
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      appveyor.yml

+ 5
- 5
appveyor.yml View File

@ -20,12 +20,12 @@ skip_tags: true
deploy:
- provider: GitHub
release: BSIPA $(bsipa_version)-draft
tag: $(bsipa_version)-draft
tag: $(bsipa_version)
description: |
**Build:** $(bsipa_version)-{build} ({branch}) [$(configuration)|$(platform)]
**Latest Commit:** #$(APPVEYOR_REPO_COMMIT)
**Build:** $(bsipa_version)-$(APPVEYOR_BUILD_NUMBER) ({branch}) [$(configuration)|$(platform)]
**Latest Commit:** $(APPVEYOR_REPO_COMMIT)
- `$(APPVEYOR_REPO_COMMIT_MESSAGE)`
- `$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)`
- `%APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED%`
auth_token:
secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t
artifact: IPA/Bin/$(configuration).zip
@ -33,7 +33,7 @@ deploy:
force_update: true
- provider: GitHub
release: BSIPA $(bsipa_version)-pre
tag: $(bsipa_version)-pre
tag: $(bsipa_version)-pre-$(APPVEYOR_BUILD_NUMBER)
description: |
[![Build status](https://ci.appveyor.com/api/projects/status/fql702mky0d5bcky?svg=true)](https://ci.appveyor.com/project/nike4613/beatsaber-ipa-reloaded)
$(APPVEYOR_REPO_COMMIT_MESSAGE)


Loading…
Cancel
Save