diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index e17a4b2..5475723 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -42,6 +42,7 @@ jobs: # Step 3 (import and apply provisioning profile) mkdir -p ${{ runner.temp }} Profiles + mkdir -p ~/Library/MobileDevice Provisioning echo -n "${{ secrets.APPLE_PROVISION_PROFILES_ZIP_BASE64 }}" | base64 --decode -o ${{ env.LOCAL_PP_PATH }} unzip ${{ env.LOCAL_PP_PATH }} -d ${{ runner.temp }}/Profiles cp ${{ runner.temp }}/Profiles/ ~/Library/MobileDevice/Provisioning/