Revert changes to build configs

This commit is contained in:
Eric Bailey
2025-10-20 17:53:51 -05:00
parent a3ea0b3861
commit aea4530ec3
2 changed files with 6 additions and 21 deletions
+2 -13
View File
@@ -98,21 +98,10 @@ jobs:
yarn use-build-number-with-bump
eas build -p ios
--profile ${{ inputs.profile || 'testflight' }}
--local --output build.tar.gz --non-interactive
- name: Extract build artifact
run: |
if [ -f "build.tar.gz" ]; then
echo "Extracting build.tar.gz..."
tar -xzf build.tar.gz
echo "Extraction completed successfully"
else
echo "Archive file not found!"
exit 1
fi
--local --output build.ipa --non-interactive
- name: 🚀 Deploy
run: eas submit -p ios --non-interactive --path ./ios/build/Bluesky.ipa
run: eas submit -p ios --non-interactive --path build.ipa
- name: 📚 Get version from package.json
id: get-build-info