mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2026-01-31 08:26:04 -06:00
Invert artifact upload condition
This commit is contained in:
Vendored
+1
-1
@@ -134,7 +134,7 @@ jobs:
|
|||||||
spotify-player-quickauth.exe
|
spotify-player-quickauth.exe
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: spotify-player-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}
|
name: spotify-player-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}
|
||||||
|
|||||||
Reference in New Issue
Block a user