From b3bb6687dbdff00adc04cd66e973bc7c2a364d1b Mon Sep 17 00:00:00 2001 From: Rick Gibbed Date: Mon, 24 Jan 2022 06:54:11 -0600 Subject: [PATCH] [AppVeyor] Fix extended commit message. --- .appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 603687691..960ce805e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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