Skip to content

Commit 386c248

Browse files
CI main.yml: add module file
Signed-off-by: DreamConnected <[email protected]>
1 parent fdb8fcb commit 386c248

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
5858
meson setup build \
5959
-Dprefix=/data/share \
60-
-Dinit-script=monitd \
61-
-Druntime-path=/data/local/tmp \
60+
-Dinit-script=module \
61+
-Druntime-path=/data/share/tmp \
6262
-Dstrip=true \
6363
-Dd_lto=true \
6464
-Dlog-path=log/lxc \
65-
-Ddata-path=/data/share/lib/lxc \
65+
-Ddata-path=lib/lxc \
6666
--localstatedir=/data/share/var \
6767
-Db_pie=false \
6868
-Dmemfd-rexec=false \
@@ -92,6 +92,12 @@ jobs:
9292
name: android-${{ github.event.inputs.target_arch || 'aarch64' }}-lxc
9393
path: /data/share/*
9494

95+
- name: Upload artifacts lxc-module
96+
uses: actions/[email protected]
97+
with:
98+
name: android-lxc-module
99+
path: lxc-module.zip
100+
95101
- name: Create a TAR file for artifact
96102
run: |
97103
tar -czvf android-${{ github.event.inputs.target_arch || 'aarch64' }}-api30-lxc.tar.gz -C /data/share .
@@ -108,3 +114,4 @@ jobs:
108114
files: |
109115
android-${{ github.event.inputs.target_arch || 'aarch64' }}-api30-lxc.tar.gz
110116
android-${{ github.event.inputs.target_arch || 'aarch64' }}-api30-sysroot.tar.gz
117+
lxc-module.zip

0 commit comments

Comments
 (0)