Skip to content

Commit

Permalink
Build assets on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug committed Jun 5, 2024
1 parent 84222b9 commit c0f243c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ jobs:
cd sdl-android-builder
./gradlew assemble${{ matrix.target }}
- name: Copy Assets
run: |
cd sdl-android-builder/app/.cxx
assets=sdl-android-builder/app/.cxx/`find . -name "main.rvedata" -print -quit`
cp $assets sdl-android-builder/app/src/main/assets/
- name: Build APK with Assets
run: |
cd sdl-android-builder
./gradlew assemble${{ matrix.target }}
- name: Upload the APK
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion RavEngine
Submodule RavEngine updated 344 files

0 comments on commit c0f243c

Please sign in to comment.