mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
Small workflow fix
This commit is contained in:
parent
45337c9847
commit
88b313a970
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
id: check
|
||||
run: |
|
||||
# Determine build type based on trigger and input
|
||||
if [[ "${{ github.event_name }}" == "workflow_dispatch"; then
|
||||
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
|
||||
BUILD_TYPE="${{ github.event.inputs.build_type }}"
|
||||
elif [[ "${{ startsWith(github.ref, 'refs/tags/v') }}" == "true" ]]; then
|
||||
BUILD_TYPE="release"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue