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 307bc2f commit 1bcd2d1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
security list-keychain -d user -s ${{ env.LOCAL_KEYCHAIN_PATH }}
# Step 3 (import and apply provisioning profile)
# echo -n "${{ secrets.APPLE_PROVISION_PROFILE_BASE64 }}" | base64 --decode -o ${{ env.LOCAL_PP_PATH }}
# mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
# cp ${{ env.LOCAL_PP_PATH }} ~/Library/MobileDevice/Provisioning\ Profiles
mkdir -p ${{ runner.temp }} Profiles
echo -n "${{ secrets.APPLE_PROVISION_PROFILES_ZIP_BASE64 }}" | base64 --decode -o ${{ env.LOCAL_PP_PATH }}
unzip ${{ env.LOCAL_PP_PATH }} -d ${{ runner.temp }}/Profiles
Expand Down

0 comments on commit 1bcd2d1

Please sign in to comment.