fix output name

This commit is contained in:
Ferdinand Schober
2026-06-11 17:27:04 +02:00
parent 8f32b7fe96
commit 7ef43418c9

View File

@@ -175,6 +175,7 @@ jobs:
- name: Download build artifacts
uses: actions/download-artifact@v4
- name: Get short SHA
id: vars
run: echo "short_sha=${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
- name: Create Pre-Release
if: ${{ !startsWith(github.ref, 'refs/tags/') }}