Skip to content

Commit

Permalink
remove download blosc-java manually
Browse files Browse the repository at this point in the history
  • Loading branch information
brokkoli71 committed Jun 26, 2024
1 parent e3ed428 commit 2ff0098
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
server-username: ${{secrets.OSSRH_USERNAME}}
server-password: ${{secrets.OSSRH_TOKEN}}

- name: Download blosc jar
run: |
mkdir -p ../blosc-java/target
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
- id: install-secret-key
name: Install gpg secret key
run: |
Expand Down

0 comments on commit 2ff0098

Please sign in to comment.