Skip to content

Commit 599e9db

Browse files
Fixed build status command.
1 parent ba118e9 commit 599e9db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
SLEEP_TIME=30
8484
8585
while [[ $RETRY_COUNT -lt $MAX_RETRIES ]]; do
86-
BUILD_STATUS_JSON=$(npx eas build:view --build-id $BUILD_ID --json 2>/dev/null)
86+
BUILD_STATUS_JSON=$(npx eas build:view --build-id --json 2>/dev/null)
8787
8888
echo "Build status raw response: $BUILD_STATUS_JSON"
8989

0 commit comments

Comments
 (0)