File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,11 @@ jobs:
88
88
tree .
89
89
- name : Build JARs
90
90
run : |
91
- jar cvf blosc-darwin-aarch64.jar darwin-aarch64 c-blosc/LICENSE.txt c-blosc/LICENSES
92
- jar cvf blosc-darwin-x86-64.jar darwin-x86-64 c-blosc/LICENSE.txt c-blosc/LICENSES
93
- jar cvf blosc-linux-x86-64.jar linux-x86-64 c-blosc/LICENSE.txt c-blosc/LICENSES
94
- jar cvf blosc-win32-x86-64.jar win32-x86-64 c-blosc/LICENSE.txt c-blosc/LICENSES
95
- jar cvf blosc.jar linux-x86-64 darwin-x86-64 darwin-aarch64 win32-x86-64 c-blosc/LICENSE.txt c-blosc/LICENSES
91
+ jar cvf blosc-natives- darwin-aarch64.jar darwin-aarch64 c-blosc/LICENSE.txt c-blosc/LICENSES
92
+ jar cvf blosc-natives- darwin-x86-64.jar darwin-x86-64 c-blosc/LICENSE.txt c-blosc/LICENSES
93
+ jar cvf blosc-natives- linux-x86-64.jar linux-x86-64 c-blosc/LICENSE.txt c-blosc/LICENSES
94
+ jar cvf blosc-natives- win32-x86-64.jar win32-x86-64 c-blosc/LICENSE.txt c-blosc/LICENSES
95
+ jar cvf blosc-natives .jar linux-x86-64 darwin-x86-64 darwin-aarch64 win32-x86-64 c-blosc/LICENSE.txt c-blosc/LICENSES
96
96
97
97
- name : Upload artifacts
98
98
if : always()
You can’t perform that action at this time.
0 commit comments