Revert changes to build configs
This commit is contained in:
@@ -98,21 +98,10 @@ jobs:
|
|||||||
yarn use-build-number-with-bump
|
yarn use-build-number-with-bump
|
||||||
eas build -p ios
|
eas build -p ios
|
||||||
--profile ${{ inputs.profile || 'testflight' }}
|
--profile ${{ inputs.profile || 'testflight' }}
|
||||||
--local --output build.tar.gz --non-interactive
|
--local --output build.ipa --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
|
|
||||||
|
|
||||||
- name: 🚀 Deploy
|
- 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
|
- name: 📚 Get version from package.json
|
||||||
id: get-build-info
|
id: get-build-info
|
||||||
|
|||||||
@@ -36,8 +36,7 @@
|
|||||||
"extends": "base",
|
"extends": "base",
|
||||||
"ios": {
|
"ios": {
|
||||||
"resourceClass": "large",
|
"resourceClass": "large",
|
||||||
"autoIncrement": true,
|
"autoIncrement": true
|
||||||
"buildArtifactPaths": ["ios/build/*"]
|
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"autoIncrement": true
|
"autoIncrement": true
|
||||||
@@ -51,8 +50,7 @@
|
|||||||
"extends": "base",
|
"extends": "base",
|
||||||
"distribution": "internal",
|
"distribution": "internal",
|
||||||
"ios": {
|
"ios": {
|
||||||
"autoIncrement": false,
|
"autoIncrement": false
|
||||||
"buildArtifactPaths": ["ios/build/*"]
|
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"autoIncrement": false
|
"autoIncrement": false
|
||||||
@@ -65,8 +63,7 @@
|
|||||||
"testflight": {
|
"testflight": {
|
||||||
"extends": "base",
|
"extends": "base",
|
||||||
"ios": {
|
"ios": {
|
||||||
"autoIncrement": true,
|
"autoIncrement": true
|
||||||
"buildArtifactPaths": ["ios/build/*"]
|
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"autoIncrement": true
|
"autoIncrement": true
|
||||||
@@ -80,8 +77,7 @@
|
|||||||
"extends": "base",
|
"extends": "base",
|
||||||
"distribution": "internal",
|
"distribution": "internal",
|
||||||
"ios": {
|
"ios": {
|
||||||
"autoIncrement": true,
|
"autoIncrement": true
|
||||||
"buildArtifactPaths": ["ios/build/*"]
|
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"autoIncrement": true
|
"autoIncrement": true
|
||||||
|
|||||||
Reference in New Issue
Block a user