Update surfer dependency to version 1.8.9 and clean up provisioning profile references

This commit is contained in:
mr. M
2025-01-07 16:35:39 +01:00
parent 57b16da239
commit e84e774fcf
4 changed files with 7 additions and 12 deletions

View File

@@ -135,7 +135,7 @@ jobs:
p12-password: ${{ secrets.macOS_CERTIFICATES_P12_PASSWORD }}
- name: Import provisioning profile for .app
run: echo "${{ secrets.macOS_PROVISIONING_PROFILE }}" | base64 --decode > zen.provisionprofile
run: echo "${{ secrets.macOS_PROVISIONING_PROFILE }}" | base64 --decode > "zen.provisionprofile"
- name: Package
env: