mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-09 12:08:51 -06:00
Fix .exe in wrong spot
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -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