We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f7115 commit fca1695Copy full SHA for fca1695
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
mkdir -p /tmp/out
26
./crosscompile.sh ${{ matrix.variant }}
27
mv go-librespot-${{ matrix.variant }} go-librespot
28
- tar -zcvf /tmp/out/go-librespot_${{ matrix.variant }}.tar.gz go-librespot README.md
+ tar -zcvf /tmp/out/go-librespot_linux_${{ matrix.variant }}.tar.gz go-librespot README.md
29
30
- name: Upload compiled binary
31
uses: actions/upload-artifact@v4
0 commit comments