Skip to content

Commit 22523f8

Browse files
committed
ci: fix artifact upload
1 parent 5f716c4 commit 22523f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/push_ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,8 @@ jobs:
6262
with:
6363
path: |
6464
jvm/**/build/libs/*.jar
65-
native/build/*.(so|dylib|dll|a)
65+
native/build/*.so
66+
native/build/*.dll
67+
native/build/*.a
68+
native/build/*.dylib
6669
name: JvmXposed-linux-x86_64-${{ github.event.head_commit.id }}

0 commit comments

Comments
 (0)