From e04d146cfceb83dd31223eacc2ef33a320fbf7d6 Mon Sep 17 00:00:00 2001 From: JonathanCSmith Date: Mon, 22 Jul 2024 22:00:09 +0100 Subject: [PATCH] Attempt 1 to fix bioformats This is a potential fix for the release workflow wherein bioformats is updated and marked as dirty by the update site deployer. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) 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