fix release pipeline

This commit is contained in:
MihailRis
2025-12-08 19:21:50 +03:00
committed by ShiftyX1
parent f4adcf58b2
commit f1d9f1bf60
+1 -1
View File
@@ -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