Fix .exe in wrong spot

This commit is contained in:
2024-10-03 03:00:39 -05:00
parent 068844ed27
commit 8eeb36d16e

View File

@@ -99,7 +99,7 @@ jobs:
zip -r "$ARCHIVE" ./spotify-player-quickauth.exe
else
ARCHIVE="$ARCHIVE.tar.gz"
cp target/${{ matrix.target }}/release/spotify-player-quickauth.exe ./
cp target/${{ matrix.target }}/release/spotify-player-quickauth ./
tar czf "$ARCHIVE" ./spotify-player-quickauth
fi