Skip to content

Commit

Permalink
AppVeyor: Use short commit message if extended commit message isn't a…
Browse files Browse the repository at this point in the history
…vailable
  • Loading branch information
PiKeyAr committed Nov 3, 2024
1 parent 3bd7a7e commit 5bcad0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ after_build:
7z a C:\projects\sadx-mod-loader\bin\SADXModLoader.7z C:\sadxmm\*
artifacts:
- path: bin\SADXModLoader.7z

before_deploy:
- ps: |-
if (!$env:APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED) {
$env:APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED = "* $env:APPVEYOR_REPO_COMMIT_MESSAGE"
}
deploy:
- provider: GitHub
description: $(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)
Expand Down

0 comments on commit 5bcad0a

Please sign in to comment.