diff --git a/.gitea/workflows/ios-release.yaml b/.gitea/workflows/ios-release.yaml index e33e130..c2a6430 100644 --- a/.gitea/workflows/ios-release.yaml +++ b/.gitea/workflows/ios-release.yaml @@ -83,6 +83,10 @@ jobs: APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} run: | PROFILE_UUID=$(security cms -D -i $RUNNER_TEMP/profile.mobileprovision | plutil -extract UUID raw -) + echo "DEBUG: PROFILE_UUID=$PROFILE_UUID" + echo "DEBUG: APPLE_TEAM_ID=$APPLE_TEAM_ID" + echo "DEBUG: profiles dir listing:" + ls ~/Library/MobileDevice/Provisioning\ Profiles/ just ios-archive "$PROFILE_UUID" - name: Export IPA