Skip to content

Commit 0462d7d

Browse files
Updated eas workflow to fix missing gradlew error.
1 parent b50aaf9 commit 0462d7d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ jobs:
133133
134134
echo "Using build profile: $BUILD_PROFILE"
135135
136+
# Ensure Gradle wrapper is staged under build/android for EAS upload
137+
echo "Copying gradle wrapper into build/android (if present)"
138+
node scripts/fixGradleWrapper.js || true
139+
136140
BUILD_JSON=$(npx eas build -p android --profile $BUILD_PROFILE --non-interactive --json)
137141
echo "Raw build output: $BUILD_JSON"
138142
BUILD_ID=$(echo "$BUILD_JSON" | jq -r '.[0].id')

0 commit comments

Comments
 (0)