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 5694f34 commit dadaa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
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/
cp -R ${{ runner.temp }}/Profiles/ ~/Library/MobileDevice/Provisioning/
- name: Set Up Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit dadaa61

Please sign in to comment.