Skip to content

Commit 6db8a03

Browse files
author
Ravbug
committed
Update for Android chainges
1 parent abfe93d commit 6db8a03

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,6 @@ jobs:
3232
cd sdl-android-builder
3333
./gradlew assemble${{ matrix.target }}
3434
35-
- name: Copy Assets
36-
run: |
37-
cd sdl-android-builder/app/.cxx
38-
assets=sdl-android-builder/app/.cxx/`find . -name "main.rvedata" -print -quit`
39-
cd ../../../
40-
mkdir sdl-android-builder/app/src/main/assets/
41-
cp $assets sdl-android-builder/app/src/main/assets/
42-
43-
- name: Build APK with Assets
44-
run: |
45-
cd sdl-android-builder
46-
./gradlew assemble${{ matrix.target }}
47-
4835
- name: Upload the APK
4936
uses: actions/upload-artifact@v4
5037
with:

RavEngine

Submodule RavEngine updated 785 files

0 commit comments

Comments
 (0)