Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Fixed download Fiji
  • Loading branch information
joda01 authored Oct 30, 2022
1 parent d251b6b commit c146abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install ImageJ/Fiji
run: |
ls -l
curl --silent ${IJ_DOWNLOAD_URL}
wget --no-check-certificate ${IJ_DOWNLOAD_URL}
unzip fiji-linux64.zip
- name: Update ImageJ
run: |
Expand Down

0 comments on commit c146abb

Please sign in to comment.