Skip to content

Commit

Permalink
Update ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xivilay authored Jan 7, 2024
1 parent 1bcd2d1 commit e7c4785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit e7c4785

Please sign in to comment.