fix release pipeline
This commit is contained in:
parent
f4adcf58b2
commit
f1d9f1bf60
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
default: "0.0.0"
|
||||
env:
|
||||
RELEASE_VERSION: ${{ github.event.inputs.version || 'testrelease' }}
|
||||
BRANCH_NAME: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'main }}
|
||||
BRANCH_NAME: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'main' }}
|
||||
jobs:
|
||||
build_linux:
|
||||
uses: ./.github/workflows/appimage.yml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user