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