Skip to content

Commit

Permalink
Part 2 of the previous commit
Browse files Browse the repository at this point in the history
Wherein ImageJ's stupid undocumented commands no longer trip me up.
  • Loading branch information
JonathanCSmith authored Jul 22, 2024
1 parent e04d146 commit 9e605dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
curl --silent -O ${IJ_DOWNLOAD_URL}
unzip fiji-linux64.zip
./Fiji.app/ImageJ-linux64 --headless --update
./Fiji.app/ImageJ-linux64 --headless --update update
./Fiji.app/ImageJ-linux64 --headless --update edit-update-site ${UPDATE_SITE} https://sites.imagej.net/${UPDATE_SITE}/ "webdav:${WIKI_USER}:${UPDATE_PASS}" .
- name: Install in ImageJ/Fiji (with Maven)
run: mvn -B install -Dscijava.app.directory=./Fiji.app -Ddelete.other.versions=true -Dscijava.ignoreDependencies=true
Expand Down

0 comments on commit 9e605dd

Please sign in to comment.