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: