mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-10 16:08:43 -06:00
Invert artifact upload condition
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -134,7 +134,7 @@ jobs:
|
||||
spotify-player-quickauth.exe
|
||||
|
||||
- name: Upload Artifact
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: spotify-player-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}
|
||||
|
||||
Reference in New Issue
Block a user