We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fc5cf commit 7b39709Copy full SHA for 7b39709
.github/workflows/eas-android-build.yml
@@ -123,7 +123,7 @@ jobs:
123
run: |
124
echo "🔄 Initializing build process..."
125
sudo apt-get install -y jq
126
- BUILD_JSON=$(npx eas build -p android --profile production --non-interactive --json)
+ BUILD_JSON=$(eas build -p android --profile production --non-interactive --json)
127
echo "Raw build output: $BUILD_JSON"
128
BUILD_ID=$(echo "$BUILD_JSON" | jq -r '.[0].id')
129
if [[ -z "$BUILD_ID" || "$BUILD_ID" == "null" ]]; then
0 commit comments