[AppVeyor] Fix extended commit message.

This commit is contained in:
Rick Gibbed 2022-01-24 06:54:11 -06:00 committed by GitHub
parent cb83479c53
commit b3bb6687db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -30,11 +30,8 @@ init:
If (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
$env:is_not_pr = "true"
}
If (-Not $env:APPVEYOR_REPO_COMMIT_MESSAGE) {
$env:APPVEYOR_REPO_COMMIT_MESSAGE = ""
}
If (-Not $env:APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED) {
$env:APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED = ""
$env:APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED = " "
}
install:
@ -91,6 +88,7 @@ deploy:
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