mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-10 12:08:42 -06:00
Use expression evaluation for operator
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -163,7 +163,7 @@ jobs:
|
||||
rsign sign -W -s minisign.key -x "${{ env.ARCHIVE_PATH }}.sig" -t "$comment" "${{ env.ARCHIVE_PATH }}"
|
||||
|
||||
- name: Upload Artifact
|
||||
if: !env.IS_RELEASE
|
||||
if: ${{ !env.IS_RELEASE }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: spotify-quickauth-v${{ env.RELEASE_VERSION }}-${{ matrix.target }}
|
||||
|
||||
Reference in New Issue
Block a user