Skip to content

Commit 21c9546

Browse files
Fixing apk download section.
1 parent 8e197a2 commit 21c9546

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
@@ -105,7 +105,7 @@ jobs:
105105
106106
echo "Current Build Status: $BUILD_STATUS"
107107
108-
if [[ "$BUILD_STATUS" == "finished" ]]; then
108+
if [[ "$BUILD_STATUS" == "FINISHED" ]]; then
109109
APK_URL=$(echo "$BUILD_STATUS_JSON" | jq -r '.artifacts.buildUrl' 2>/dev/null)
110110
111111
if [[ -z "$APK_URL" || "$APK_URL" == "null" ]]; then

0 commit comments

Comments
 (0)