We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c7420 commit b671455Copy full SHA for b671455
1 file changed
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
- uses: actions/upload-artifact@v3
80
with:
81
name: bloscjni-${{ matrix.os }}
82
- path: src/main/resources/libbloscjni.*
+ path: src/main/resources
83
84
build_jar:
85
needs: [ build_bloscjni ]
@@ -98,9 +98,7 @@ jobs:
98
99
- name: Rename JNI dynamic libraries
100
run: |
101
- mv src/main/resources/bloscjni-ubuntu src/main/resources/libbloscjni.so
102
- mv src/main/resources/bloscjni-macos src/main/resources/libbloscjni.dylib
103
- mv src/main/resources/bloscjni-windows src/main/resources/libbloscjni.dll
+ mv src/main/resources/*/* src/main/resources
104
105
- name: Assembly JAR
106
0 commit comments