We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35b41e commit afdfa77Copy full SHA for afdfa77
3 files changed
.github/workflows/remote-build-android.yml
@@ -53,12 +53,13 @@ jobs:
53
IS_HYBRID_BUILD: ${{ matrix.is_hybrid_build && 'true' || 'false' }}
54
55
- name: RNEF Remote Build - Android
56
- uses: callstackincubator/android@2f67a7003e5ed1bb4e483619ab582fabff25677d
+ # uses: callstackincubator/android@2f67a7003e5ed1bb4e483619ab582fabff25677d
57
# Commit from Jul 23, 2025
58
# uses: callstackincubator/android@4bcd9a15e7e358c1d4eeb482918c1fba064b1b8d
59
# commit with logging errors
60
# uses: callstackincubator/android@dd791dec75f5fbb0adbd1f3d1417a3f2b3866881
61
# uses: callstackincubator/android@d9a81f860e436ff2971323990244e32830dcabd1
62
+ uses: callstackincubator/android@e418c65e831d5dffe0159be2d4bb40c14b668dff
63
env:
64
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
65
with:
0 commit comments