fix release pipeline
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user