Switch branch for macOS upload

This commit is contained in:
Jonas Kvinge 2020-08-27 22:51:34 +02:00
parent 9d8e6bb253
commit 10bd4b40b9
1 changed files with 1 additions and 1 deletions

View File

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