Skip to content

Commit fca1695

Browse files
committed
chore: use old attachment name for releases
1 parent 40f7115 commit fca1695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
mkdir -p /tmp/out
2626
./crosscompile.sh ${{ matrix.variant }}
2727
mv go-librespot-${{ matrix.variant }} go-librespot
28-
tar -zcvf /tmp/out/go-librespot_${{ matrix.variant }}.tar.gz go-librespot README.md
28+
tar -zcvf /tmp/out/go-librespot_linux_${{ matrix.variant }}.tar.gz go-librespot README.md
2929
3030
- name: Upload compiled binary
3131
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)