CI: Use create-dmg with --skip-jenkins only for macOS arm64
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -855,9 +855,15 @@ jobs:
|
||||
run: make deploycheck
|
||||
|
||||
- name: Create DMG
|
||||
if: matrix.runner != 'macos-arm64'
|
||||
working-directory: build
|
||||
run: make dmg
|
||||
|
||||
- name: Create DMG
|
||||
if: matrix.runner == 'macos-arm64'
|
||||
working-directory: build
|
||||
run: make dmg2
|
||||
|
||||
- name: SSH key setup
|
||||
if: matrix.runner == 'macos-11' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/ci' || github.ref == 'refs/heads/macos')
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
|
||||
Reference in New Issue
Block a user