mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-13 14:13:05 -06:00
Fix archive path for GitHub Release
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -93,13 +93,13 @@ jobs:
|
|||||||
RELEASE_VERSION=v${{ env.PACKAGE_VERSION }}
|
RELEASE_VERSION=v${{ env.PACKAGE_VERSION }}
|
||||||
ARCHIVE="spotify-player-quickauth-$RELEASE_VERSION-${{ matrix.target }}.tar.gz"
|
ARCHIVE="spotify-player-quickauth-$RELEASE_VERSION-${{ matrix.target }}.tar.gz"
|
||||||
tar czf "$ARCHIVE" ./spotify-player-quickauth
|
tar czf "$ARCHIVE" ./spotify-player-quickauth
|
||||||
echo "ASSET_PATH=$ASSET_PATH" >> $GITHUB_ENV
|
echo "ARCHIVE_PATH=$(pwd)/$ARCHIVE" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: ${{ env.ASSET_PATH }}
|
files: ${{ env.ARCHIVE_PATH }}
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user