Skip to content

Commit 7b39709

Browse files
eas build error fix.
1 parent 38fc5cf commit 7b39709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eas-android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
echo "🔄 Initializing build process..."
125125
sudo apt-get install -y jq
126-
BUILD_JSON=$(npx eas build -p android --profile production --non-interactive --json)
126+
BUILD_JSON=$(eas build -p android --profile production --non-interactive --json)
127127
echo "Raw build output: $BUILD_JSON"
128128
BUILD_ID=$(echo "$BUILD_JSON" | jq -r '.[0].id')
129129
if [[ -z "$BUILD_ID" || "$BUILD_ID" == "null" ]]; then

0 commit comments

Comments
 (0)