Skip to content

Commit

Permalink
correct to artifactid, instead of name
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Dec 20, 2024
1 parent 1b043af commit c762aa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/macos_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit c762aa0

Please sign in to comment.