Commit aa63d76
committed
Update Rock Android action to fix hybrid build cache hits
The remote-build-android workflow was pinned to an old version of the
callstackincubator/android action (1a7d52d) that doesn't handle empty
APP_NAME on remote cache hits. When a hybrid build gets a cache hit, the
APK is downloaded to .rock/cache/ but the action's internal find step
looks for it in the Gradle output directory which doesn't exist (no
actual Gradle build ran). This causes the workflow to fail with:
find: '.../Mobile-Expensify/Android//build/outputs': No such file
Updating to 4cedf4d (same version used in buildAndroid.yml) which
includes the fix from callstackincubator/android#12: "support for empty
app name and android.injected.signing properties".
Made-with: Cursor1 parent 530b93a commit aa63d76
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
0 commit comments