Skip to content

Commit 2ff0098

Browse files
committed
remove download blosc-java manually
1 parent e3ed428 commit 2ff0098

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deploy.yml

-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
server-username: ${{secrets.OSSRH_USERNAME}}
1919
server-password: ${{secrets.OSSRH_TOKEN}}
2020

21-
- name: Download blosc jar
22-
run: |
23-
mkdir -p ../blosc-java/target
24-
curl https://static.webknossos.org/misc/blosc-java-0.1-1.21.4-SNAPSHOT.jar -o ../blosc-java/target/blosc-java-0.1-1.21.4-SNAPSHOT.jar
25-
2621
- id: install-secret-key
2722
name: Install gpg secret key
2823
run: |

0 commit comments

Comments
 (0)