Update .github/workflows/ccpp.yml

This commit is contained in:
Jonas Kvinge 2020-11-19 21:25:40 +01:00
parent fd024368a3
commit abd5bf3158
1 changed files with 2 additions and 2 deletions

View File

@ -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: