Commit 6c477b1
ci(android): create placeholder app.env so compile-check bundles assets (#8828)
The android-compile-check gate (added in #8827) failed at asset bundling —
'No file or variants found for asset: app.env' — because app.env is a declared
pubspec asset that only the release workflow decodes (from a secret). Kotlin and
Dart compiled fine; the build only choked at bundling. This gate is compile-only
and never runs the app, so touch an empty app.env to satisfy bundling without
needing the secret.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 86d65ef commit 6c477b1
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
| |||
0 commit comments