Skip to content

Commit

Permalink
correct yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Dec 20, 2024
1 parent 86f3756 commit b6134c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
-Dexec.args='${project.name}' \
--non-recursive \
exec:exec)
cp target/${MVN_NAME}-${MVN_VERSION}.jar ../fiji/Fiji.app/jars/
cp target/${MVN_NAME}-${MVN_VERSION}.jar ../fiji/Fiji.app/jars/
- name: Download dependencies
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
-Dexec.args='${project.name}' \
--non-recursive \
exec:exec)
cp target/${MVN_NAME}-${MVN_VERSION}.jar ../fiji/Fiji.app/jars/
cp target/${MVN_NAME}-${MVN_VERSION}.jar ../fiji/Fiji.app/jars/
- name: Download dependencies
Expand Down

0 comments on commit b6134c6

Please sign in to comment.