Skip to content

Commit 618cb22

Browse files
committed
fix release names lol
1 parent 84b0c04 commit 618cb22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
uses: ncipollo/release-action@v1
186186
with:
187187
allowUpdates: true
188-
artifacts: "./linux/swingmusic, ./win32/swingmusic.exe, ./arm64/swingmusic"
188+
artifacts: "./linux/swingmusic_linux_amd64, ./win32/swingmusic_win32.exe, ./arm64/swingmusic_linux_arm64"
189189
token: ${{ secrets.GITHUB_TOKEN }}
190190
tag: ${{ format('v{0}',inputs.tag) }}
191191
commit: ${{ github.sha }}

0 commit comments

Comments
 (0)