Skip to content

Commit

Permalink
Use - instead of _ in file names
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Oct 19, 2023
1 parent 2711c28 commit ee0fb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
jar cvf openslide-natives-darwin-x86-64.jar darwin-x86-64 licenses
jar cvf openslide-natives-linux-x86-64.jar linux-x86-64 licenses
jar cvf openslide-natives-win32-x86-64.jar win32-x86-64 licenses
jar cvf openslide-natives.jar linux-x86_64 darwin-x86_64 darwin-aarch64 win32-x86-64 licenses
jar cvf openslide-natives.jar linux-x86-64 darwin-x86-64 darwin-aarch64 win32-x86-64 licenses
mkdir -p openslide-natives
mv *.jar openslide-natives
- name: Upload jar
Expand Down

0 comments on commit ee0fb88

Please sign in to comment.