mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-10 10:08:49 -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
|
zip -r "$ARCHIVE" ./spotify-player-quickauth.exe
|
||||||
else
|
else
|
||||||
ARCHIVE="$ARCHIVE.tar.gz"
|
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
|
tar czf "$ARCHIVE" ./spotify-player-quickauth
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user