Skip to content

Commit 19b6d73

Browse files
committed
Another attempt with the provisioning profiles for iOS
1 parent 08b0b5f commit 19b6d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
- name: Import provisioning profile
6565
run: |
6666
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
67-
base64 -D <<< "${{ secrets.MANUAL_PROVISIONING_PROFILE }}" > ~/Library/MobileDevice/Provisioning\ Profiles/14411667-7e77-4d1c-b474-1a9fd128370d.mobileprovision
68-
base64 -D <<< "${{ secrets.MANUAL_PROVISIONING_PROFILE_2 }}" > ~/Library/MobileDevice/Provisioning\ Profiles/bbd3930b-b267-4686-8677-ddb133e89079.mobileprovision
67+
base64 -D <<< "${{ secrets.MANUAL_PROVISIONING_PROFILE }}" > ~/Library/MobileDevice/Provisioning\ Profiles/bef9c567-13ea-4469-9736-188e7e8a908c.mobileprovision
68+
base64 -D <<< "${{ secrets.MANUAL_PROVISIONING_PROFILE_2 }}" > ~/Library/MobileDevice/Provisioning\ Profiles/f23947e8-9226-449b-be93-9e132d64fdbc.mobileprovision
6969
7070
- name: Set up CPM cache
7171
id: cache-cpm

0 commit comments

Comments
 (0)