Skip to content

Commit f2c2a75

Browse files
tumuyanBambooin
authored andcommitted
ci: upload arm64_v8a apk and librime_jni.so
1 parent af45cc1 commit f2c2a75

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/workflows/commit-ci.yml

+17-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,23 @@ jobs:
5555
- name: Upload Trime artifact
5656
uses: actions/upload-artifact@v3
5757
with:
58-
name: trime.zip
58+
name: trime
5959
path: app/build/outputs/apk/**/*.apk
6060
# keep 90 days
6161
retention-days: 90
62+
63+
- name: Upload Trime artifact (ARM64_V8A only)
64+
uses: actions/upload-artifact@v3
65+
with:
66+
name: trime_arm64_v8a
67+
path: app/build/outputs/apk/**/*arm64-v8a-debug.apk
68+
# keep 90 days
69+
retention-days: 90
70+
71+
- name: Upload jni artifact (librime_jni.so)
72+
uses: actions/upload-artifact@v3
73+
with:
74+
name: librime_jni
75+
path: app/build/intermediates/stripped_native_libs/debug/out/lib/*
76+
# keep 90 days
77+
retention-days: 90

0 commit comments

Comments
 (0)