From abd5bf3158f0fdd122aad9e96a3f7c85efbc7d56 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 19 Nov 2020 21:25:40 +0100 Subject: [PATCH] Update .github/workflows/ccpp.yml --- .github/workflows/ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 7acee37a3..63497bf1d 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -1279,7 +1279,7 @@ jobs: upload-macos-catalina: name: Upload macOS Catalina DMG runs-on: ubuntu-latest - if: github.ref == 'refs/heads/macos' + if: github.ref == 'refs/heads/master' needs: - build-macos-catalina steps: @@ -1302,7 +1302,7 @@ jobs: upload-macos-bigsur: name: Upload macOS Big Sur DMG runs-on: ubuntu-latest - if: github.ref == 'refs/heads/macos' + if: github.ref == 'refs/heads/master' needs: - build-macos-bigsur steps: