We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d924e5c commit 8b26c9bCopy full SHA for 8b26c9b
.github/workflows/main.yml
@@ -275,7 +275,8 @@ jobs:
275
submodules: recursive
276
- name: Build livesim3-love-android
277
if: ${{ steps.ls3a_cache.outputs.cache-hit != 'true' }}
278
- run: bash livesim3-love-android/gradlew assembleEmbedNoRecord${{ matrix.build_type }}
+ working-directory: livesim3-love-android
279
+ run: bash ./gradlew assembleEmbedNoRecord${{ matrix.build_type }}
280
- name: Copy Partially Compiled Directory (Cache Miss)
281
282
run: cp -r livesim3-love-android livesim3-love-android-cached
0 commit comments