From 7ef43418c90b39422a8bf9e439a918ae3175c21f Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Thu, 11 Jun 2026 17:27:04 +0200 Subject: [PATCH] fix output name --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f57a61..d14207c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/') }}