Skip to content

Commit 8b26c9b

Browse files
committed
Fixed Android build steps of wrong working directory.
1 parent d924e5c commit 8b26c9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ jobs:
275275
submodules: recursive
276276
- name: Build livesim3-love-android
277277
if: ${{ steps.ls3a_cache.outputs.cache-hit != 'true' }}
278-
run: bash livesim3-love-android/gradlew assembleEmbedNoRecord${{ matrix.build_type }}
278+
working-directory: livesim3-love-android
279+
run: bash ./gradlew assembleEmbedNoRecord${{ matrix.build_type }}
279280
- name: Copy Partially Compiled Directory (Cache Miss)
280281
if: ${{ steps.ls3a_cache.outputs.cache-hit != 'true' }}
281282
run: cp -r livesim3-love-android livesim3-love-android-cached

0 commit comments

Comments
 (0)