mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2026-01-31 14:26:01 -06:00
Rename to spotify-quickauth
This commit is contained in:
Vendored
+7
-7
@@ -118,36 +118,36 @@ jobs:
|
||||
uses: TheDoctor0/zip-release@0.7.6
|
||||
with:
|
||||
type: tar
|
||||
filename: spotify-player-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}.tar.gz
|
||||
filename: spotify-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}.tar.gz
|
||||
directory: target/${{ matrix.target }}/release/
|
||||
path: |
|
||||
spotify-player-quickauth
|
||||
spotify-quickauth
|
||||
|
||||
- name: Archive
|
||||
if: ${{ contains(matrix.os, 'windows') }}
|
||||
uses: TheDoctor0/zip-release@0.7.6
|
||||
with:
|
||||
type: zip
|
||||
filename: spotify-player-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}.zip
|
||||
filename: spotify-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}.zip
|
||||
directory: target/${{ matrix.target }}/release/
|
||||
path: |
|
||||
spotify-player-quickauth.exe
|
||||
spotify-quickauth.exe
|
||||
|
||||
- name: Upload Artifact
|
||||
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: spotify-player-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}
|
||||
name: spotify-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}
|
||||
if-no-files-found: error
|
||||
retention-days: 7
|
||||
path: target/${{ matrix.target }}/release/spotify-player-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}.*
|
||||
path: target/${{ matrix.target }}/release/spotify-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}.*
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: |
|
||||
target/${{ matrix.target }}/release/spotify-player-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}.*
|
||||
target/${{ matrix.target }}/release/spotify-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}.*
|
||||
generate_release_notes: true
|
||||
|
||||
# Publish flow
|
||||
|
||||
Reference in New Issue
Block a user