Update .github/workflows/ccpp.yml
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user