Add provisioning profile import and update surfer dependency to 1.8.7

This commit is contained in:
mr. M
2025-01-07 14:20:53 +01:00
parent c915fe63b6
commit 795e71a27a
5 changed files with 16 additions and 6 deletions

View File

@@ -134,6 +134,9 @@ jobs:
p12-file-base64: ${{ secrets.macOS_CERTIFICATES_P12_For_App_BASE64 }}
p12-password: ${{ secrets.macOS_CERTIFICATES_P12_PASSWORD }}
- name: Import provisioning profile for .app
run: echo "${{ secrets.macOS_PROVISIONING_PROFILE }}" | base64 --decode > zen.provisionprofile
- name: Package
env:
SURFER_COMPAT: ${{ matrix.arch }}