mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 17:13:57 -07:00
Harmonize beta and assign true/false value, Capitalize print messages
This commit is contained in:
parent
da45209681
commit
2fe3af4150
2 changed files with 17 additions and 16 deletions
2
.github/workflows/desktop-build.yml
vendored
2
.github/workflows/desktop-build.yml
vendored
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
TARGET: ${{ steps.configure.outputs.sha }}
|
||||
RELEASE_NAME: ${{ steps.prepare.outputs.title }}
|
||||
BODY_PATH: ${{ steps.prepare.outputs.body_path }}
|
||||
PRERELEASE: ${{ steps.prepare.outputs.is_beta }}
|
||||
PRERELEASE: ${{ steps.prepare.outputs.beta }}
|
||||
run: |
|
||||
args=()
|
||||
[[ "$PRERELEASE" == "true" ]] && args+=(--prerelease)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue