From 96f4fdf8d88ff3a120f3bc409a6a6487cdcbd55f Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Wed, 20 Oct 2021 02:07:17 +1000 Subject: [PATCH] CI: Fix incorrect operator --- .github/workflows/rolling-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index d3c68accd..d767526ac 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -186,7 +186,7 @@ jobs: copy ${{ steps.write_signing_key.outputs.filePath }} src\duckstation-uwp\duckstation-uwp.pfx - name: Disable AppX signing - if: github.ref != 'refs/heads/master' || github.ref != 'refs/heads/dev' + if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/dev' shell: powershell run: | (gc .\src\duckstation-uwp\duckstation-uwp.vcxproj) -replace 'True', 'False' | Out-File -encoding ASCII .\src\duckstation-uwp\duckstation-uwp.vcxproj