diff options
| author | Rick Gibbed <rick@gibbed.us> | 2022-01-24 05:09:07 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-24 05:09:07 -0600 |
| commit | 02bdea7b8b5afa4e2f38078e2eca140da2f5d842 (patch) | |
| tree | 115bf93e5d8d0f38655354b9c4808d5aba7d35b6 | |
| parent | bf20aa5f8e8ce8f7c587fe112bfc576ac0f21b90 (diff) | |
[AppVeyor] Better deploy tag/description.
| -rw-r--r-- | .appveyor.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 57fd2c842..d42506119 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -79,8 +79,13 @@ deploy: repository: xenia-project/release-builds-windows auth_token: secure: /8he47z1WnPN7LcCTe5T5KMxxX0SmqFj9QMpeWEa3aZ64kMsfupOT/jKakqTM8af + tag: xenia-$(appveyor_repo_branch)-v$(appveyor_build_version) release: xenia-$(appveyor_repo_branch)-v$(appveyor_build_version) - description: 'Release build for xenia/$(APPVEYOR_REPO_COMMIT)' + description: | + Windows release build for https://github.com/xenia-project/xenia/commit/$(APPVEYOR_REPO_COMMIT) + + $(APPVEYOR_REPO_COMMIT_MESSAGE) + $(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED) draft: false prerelease: false on: |
