From 9f2d5c1c951a32bb1cff7947f75ec3bda009aa14 Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Mon, 20 May 2024 13:29:33 -0700 Subject: [PATCH] build: more if statement matching --- .github/workflows/build-installers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-installers.yml b/.github/workflows/build-installers.yml index a5e9e34..e96e0e6 100644 --- a/.github/workflows/build-installers.yml +++ b/.github/workflows/build-installers.yml @@ -189,7 +189,7 @@ jobs: echo "USE_SYSTEM_FPM=true" >> "${GITHUB_ENV}" - name: Build electron app - if: ${{ !(matrix.os == 'linux' && matrix.arch == 'arm' ) || matrix.os != 'macos' }} + if: ${{ !(matrix.os.matrix == 'linux' && matrix.arch.matrix == 'arm' ) || matrix.os.matrix != 'macos' }} run: | npm install npm run build