CI: Use create-dmg with --skip-jenkins only for macOS arm64

This commit is contained in:
Jonas Kvinge
2023-09-23 03:37:18 +02:00
parent fe7e0ffbba
commit 01ddded603
2 changed files with 10 additions and 0 deletions

View File

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