From 10bd4b40b9f56b6d83673b361023574acaf5e81e Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 27 Aug 2020 22:51:34 +0200 Subject: [PATCH] Switch branch for macOS upload --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 18f4a577c..f59dcd31c 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -1054,7 +1054,7 @@ jobs: upload-macos: name: Upload macOS DMG runs-on: ubuntu-latest - if: github.ref == 'refs/heads/macos' + if: github.ref == 'refs/heads/master' needs: - build-macos steps: