Skip to content

Commit

Permalink
Fixed Android build steps of wrong working directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Feb 16, 2024
1 parent d924e5c commit 8b26c9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ jobs:
submodules: recursive
- name: Build livesim3-love-android
if: ${{ steps.ls3a_cache.outputs.cache-hit != 'true' }}
run: bash livesim3-love-android/gradlew assembleEmbedNoRecord${{ matrix.build_type }}
working-directory: livesim3-love-android
run: bash ./gradlew assembleEmbedNoRecord${{ matrix.build_type }}
- name: Copy Partially Compiled Directory (Cache Miss)
if: ${{ steps.ls3a_cache.outputs.cache-hit != 'true' }}
run: cp -r livesim3-love-android livesim3-love-android-cached
Expand Down

0 comments on commit 8b26c9b

Please sign in to comment.