We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ec803 commit 1bc1048Copy full SHA for 1bc1048
.github/workflows/ios.yml
@@ -42,7 +42,7 @@ jobs:
42
43
# Step 3 (import and apply provisioning profile)
44
mkdir -p "${{ runner.temp }}/Provisioning Profiles"
45
- #mkdir -p "~/Library/MobileDevice/Provisioning Profiles"
+ mkdir -p "~/Library/MobileDevice/Provisioning Profiles"
46
echo -n "${{ secrets.APPLE_PROVISION_PROFILES_ZIP_BASE64 }}" | base64 --decode -o ${{ env.LOCAL_PP_ZIP_PATH }}
47
unzip ${{ env.LOCAL_PP_ZIP_PATH }} -d ${{ runner.temp }}/Profiles
48
cp -R "${{ runner.temp }}/Provisioning Profiles" "~/Library/MobileDevice"
0 commit comments