mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-20 12:39:01 +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:
|
upload-macos-catalina:
|
||||||
name: Upload macOS Catalina DMG
|
name: Upload macOS Catalina DMG
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/macos'
|
if: github.ref == 'refs/heads/master'
|
||||||
needs:
|
needs:
|
||||||
- build-macos-catalina
|
- build-macos-catalina
|
||||||
steps:
|
steps:
|
||||||
@ -1302,7 +1302,7 @@ jobs:
|
|||||||
upload-macos-bigsur:
|
upload-macos-bigsur:
|
||||||
name: Upload macOS Big Sur DMG
|
name: Upload macOS Big Sur DMG
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/macos'
|
if: github.ref == 'refs/heads/master'
|
||||||
needs:
|
needs:
|
||||||
- build-macos-bigsur
|
- build-macos-bigsur
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user