mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -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
|
id: check
|
||||||
run: |
|
run: |
|
||||||
# Determine build type based on trigger and input
|
# 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 }}"
|
BUILD_TYPE="${{ github.event.inputs.build_type }}"
|
||||||
elif [[ "${{ startsWith(github.ref, 'refs/tags/v') }}" == "true" ]]; then
|
elif [[ "${{ startsWith(github.ref, 'refs/tags/v') }}" == "true" ]]; then
|
||||||
BUILD_TYPE="release"
|
BUILD_TYPE="release"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue