This commit is contained in:
Core 2022-08-03 18:18:54 +01:00
parent 0fafb1ac0e
commit 69df95f74a
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
2 changed files with 5 additions and 6 deletions

View file

@ -59,7 +59,7 @@ jobs:
# Build the DMG
- name: Build
- name: Build the DMG
env:
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
@ -82,7 +82,7 @@ jobs:
p12-password: ${{ secrets.CSC_KEY_PASSWORD }}
# Build to PKG
- name: Create PKG manually
- name: Build the PKG
env:
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}