Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
queenkjuul committed Nov 5, 2024
1 parent 28acd69 commit 045392f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ jobs:
- name: download
uses: actions/download-artifact@v4
with:
name: "spotify97-server-*"
name: |
"spotify97-server-linux-x64-${{ env.PACKAGE_VERSION }}-release"
"spotify97-server-linux-arm64-${{ env.PACKAGE_VERSION }}-release"
"spotify97-server-macos-x64-${{ env.PACKAGE_VERSION }}-release"
path: .
- run: ls -la
- name: upload
Expand All @@ -125,5 +128,5 @@ jobs:
artifacts: "spotify97-server-*.tar.gz,spotify97-server-*.zip"
allowUpdates: true
generateReleaseNotes: true
tag: ${{ inputs.tag }}
tag: ${{ github.ref_name || inputs.tag }}
commit: ${{ inputs.commit }}

0 comments on commit 045392f

Please sign in to comment.