From 474221d51baac93bce754622d82f0988befd25c4 Mon Sep 17 00:00:00 2001 From: David Durieux Date: Sat, 16 May 2026 12:24:24 +0200 Subject: [PATCH] Fix release script --- .github/workflows/build.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4d3dac2..07f4bde 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -100,10 +100,6 @@ jobs: permissions: contents: write steps: - - name: Get version - id: version - run: echo "version=${GITHUB_REF_NAME#v}" >> $GITHUB_OUTPUT - - name: Download Linux artifacts uses: actions/download-artifact@v4 with: @@ -120,7 +116,7 @@ jobs: uses: softprops/action-gh-release@v2 with: files: | - "artifacts/Dying_Star_Launcher Setup ${{ steps.version.outputs.version }}.exe" - artifacts/Dying_Star_Launcher-${{ steps.version.outputs.version }}.AppImage - artifacts/dying-star-launcher-${{ steps.version.outputs.version }}.x86_64.rpm - artifacts/dying-star-launcher-${{ steps.version.outputs.version }}_amd64.deb + artifacts/*.exe + artifacts/*.AppImage + artifacts/*.rpm + artifacts/*.deb