From aba7c539a50cdca60528100d090e03888f14c9a9 Mon Sep 17 00:00:00 2001 From: Joe DeCock Date: Thu, 1 Aug 2024 14:30:09 -0500 Subject: [PATCH] One more attempt - sign on macOS --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e942dfb10..c99dbc391 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: ./build.sh - if: matrix.runs-on == 'windows-latest' && github.ref != 'refs/heads/main' && !contains(github.ref, 'refs/tags/') run: ./build.ps1 - - if: (matrix.runs-on == 'ubuntu-latest') && (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/')) + - if: (matrix.runs-on == 'macOS') && (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/')) env: SignClientSecret: ${{ secrets.SIGNCLIENTSECRET }} run: |