Skip to content

Commit

Permalink
[iOS] Fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgurgul committed Jul 30, 2024
1 parent f0bc4fa commit 9c053a8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ios_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,7 @@ jobs:
-exportPath "${RUNNER_TEMP}/Build/Archives/cpuinfo.xcarchive" \
PRODUCT_BUNDLE_IDENTIFIER="${{ secrets.IOS_BUNDLE_ID }}"
echo "ipa_path=${RUNNER_TEMP}/Build/Archives/cpuinfo.xcarchive/iosApp.ipa" >> $GITHUB_ENV
ls -l ${RUNNER_TEMP}/Build/Archives/cpuinfo.xcarchive
ls -l ${RUNNER_TEMP}/Build/Archives
ls -l ${RUNNER_TEMP}/Build
echo "ipa_path=${RUNNER_TEMP}/Build/Archives/cpuinfo.xcarchive/CPU Info.ipa" >> $GITHUB_ENV
- uses: Apple-Actions/upload-testflight-build@v1
with:
app-path: ${{ env.ipa_path }}
Expand Down

0 comments on commit 9c053a8

Please sign in to comment.