We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50aaf9 commit 0462d7dCopy full SHA for 0462d7d
1 file changed
.github/workflows/eas-android-build.yml
@@ -133,6 +133,10 @@ jobs:
133
134
echo "Using build profile: $BUILD_PROFILE"
135
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
+
140
BUILD_JSON=$(npx eas build -p android --profile $BUILD_PROFILE --non-interactive --json)
141
echo "Raw build output: $BUILD_JSON"
142
BUILD_ID=$(echo "$BUILD_JSON" | jq -r '.[0].id')
0 commit comments