Invert artifact upload condition

This commit is contained in:
2024-10-03 19:29:58 -05:00
parent 26078482da
commit 1865f57f58

View File

@@ -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 }}