diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7cf7c6e..a086c54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +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 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