Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 72de553

Browse files
committed
push
Signed-off-by: manigohan <manigohan@national.shitposting.agency>
1 parent ca6c7e4 commit 72de553

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ jobs:
2727
run: |
2828
ndk-build
2929
working-directory: src/jni
30+
- name: Upload lib
31+
uses: actions/upload-artifact@v4
32+
with:
33+
path: src/lib
34+
- name: Upload obj
35+
uses: actions/upload-artifact@v4
36+
with:
37+
path: src/obj
38+
3039
build_module:
3140
name: Build OverlayService and module
3241
runs-on: ubuntu-latest
@@ -53,7 +62,7 @@ jobs:
5362
run: |
5463
cp src/OverlayServiceProject/app/build/outputs/apk/debug/app-debug.apk module/overlay.apk
5564
bash ./build.sh
56-
- name: Upload OverlayService
65+
- name: Upload module
5766
uses: actions/upload-artifact@v4
5867
with:
5968
path: out/

0 commit comments

Comments
 (0)