File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,10 @@ jobs:
42
42
security list-keychain -d user -s ${{ env.LOCAL_KEYCHAIN_PATH }}
43
43
44
44
# Step 3 (import and apply provisioning profile)
45
- mkdir -p "${{ runner.temp }}/Provisioning Profiles"
46
- mkdir -p "~/Library/MobileDevice/Provisioning Profiles"
45
+ mkdir -p "~/Library/MobileDevice/${{ env.PROFILES_DIR }}"
47
46
echo "${{ secrets.APPLE_PROVISION_PROFILES_ZIP_BASE64 }}" | base64 --decode -o ${{ env.LOCAL_PP_ZIP_PATH }}
48
- unzip ${{ env.LOCAL_PP_ZIP_PATH }} -d "${{ runner.temp }}/${{ env.PROFILES_DIR }}"
49
- cp -R "${{ runner.temp }}/${{ env.PROFILES_DIR }}" "~/Library/MobileDevice/${{ env.PROFILES_DIR }}"
50
- echo ls "${{ runner.temp }}/${{ env.PROFILES_DIR }}"
51
- echo ls "~/Library/MobileDevice/${{ env.PROFILES_DIR }}"
47
+ unzip ${{ env.LOCAL_PP_ZIP_PATH }} -d "~/Library/MobileDevice/${{ env.PROFILES_DIR }}"
48
+ ls "~/Library/MobileDevice/${{ env.PROFILES_DIR }}"
52
49
53
50
- name : Set Up Node.js
54
51
uses : actions/setup-node@v2
You can’t perform that action at this time.
0 commit comments