mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-17 19:18:36 +01:00
Update .github/workflows/ccpp.yml
This commit is contained in:
parent
fd024368a3
commit
abd5bf3158
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user