diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 2ff703ad..cf26f0d4 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -69,7 +69,7 @@ jobs: exec:exec) MVN_NAME=$(mvn -q \ -Dexec.executable=echo \ - -Dexec.args='${project.name}' \ + -Dexec.args='${project.artifactId}' \ --non-recursive \ exec:exec) echo "version=${MVN_VERSION}" >> $GITHUB_OUTPUT @@ -97,11 +97,9 @@ jobs: exec:exec) MVN_NAME=$(mvn -q \ -Dexec.executable=echo \ - -Dexec.args='${project.name}' \ + -Dexec.args='${project.artifactId}' \ --non-recursive \ exec:exec) - echo ${MVN_NAME} - echo ${MVN_VERSION} cp target/${MVN_NAME}-${MVN_VERSION}.jar ../fiji/Fiji.app/jars/ - name: Download dependencies diff --git a/.github/workflows/macos_test.yaml b/.github/workflows/macos_test.yaml index 22fcef3b..41109697 100644 --- a/.github/workflows/macos_test.yaml +++ b/.github/workflows/macos_test.yaml @@ -69,7 +69,7 @@ jobs: exec:exec) MVN_NAME=$(mvn -q \ -Dexec.executable=echo \ - -Dexec.args='${project.name}' \ + -Dexec.args='${project.artifactId}' \ --non-recursive \ exec:exec) echo "version=${MVN_VERSION}" >> $GITHUB_OUTPUT @@ -97,11 +97,9 @@ jobs: exec:exec) MVN_NAME=$(mvn -q \ -Dexec.executable=echo \ - -Dexec.args='${project.name}' \ + -Dexec.args='${project.artifactId}' \ --non-recursive \ exec:exec) - echo ${MVN_NAME} - echo ${MVN_VERSION} cp target/${MVN_NAME}-${MVN_VERSION}.jar ../fiji/Fiji.app/jars/