Skip to content

Commit 2013dcb

Browse files
authored
Update ios.yml
1 parent 0d6189c commit 2013dcb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ios.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,10 @@ jobs:
4242
security list-keychain -d user -s ${{ env.LOCAL_KEYCHAIN_PATH }}
4343
4444
# 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 }}"
4746
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 }}"
5249
5350
- name: Set Up Node.js
5451
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)