From 8fa4d010a3f62f5dc7fe3bebee30ea4634c0c032 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 5 Oct 2024 17:20:17 -0500 Subject: [PATCH] Use expression evaluation for operator --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 89eaeb0..fb0d3c9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 }}