Browse Source

Added build status indicator to prerelease description

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

+ 3
- 1
appveyor.yml View File

@ -29,7 +29,9 @@ deploy:
- provider: GitHub
release: BSIPA $(bsipa_version)-pre
tag: $(bsipa_version)-pre
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
description: |-4
[![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)
auth_token:
secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t
artifact: IPA/Bin/$(configuration).zip


Loading…
Cancel
Save