mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2026-01-31 10:26:12 -06:00
Fix .exe in wrong spot
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user