This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new ca9ddd7d8a5 (chores) ci: fixed Maven Daemon for 0.8.0
ca9ddd7d8a5 is described below
commit ca9ddd7d8a50c72c9fb84e02a2f8832cafeb9007
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Jul 26 09:42:19 2022 +0200
(chores) ci: fixed Maven Daemon for 0.8.0
---
.github/actions/install-mvnd/action.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/actions/install-mvnd/action.yml
b/.github/actions/install-mvnd/action.yml
index 5323cbbc5f9..00ebe18c28b 100644
--- a/.github/actions/install-mvnd/action.yml
+++ b/.github/actions/install-mvnd/action.yml
@@ -29,9 +29,9 @@ outputs:
runs:
using: "composite"
steps:
- - run: curl -fsSL -o mvnd.zip
https://github.com/apache/maven-mvnd/releases/download/${{ inputs.version
}}/mvnd-${{ inputs.version }}-linux-amd64.zip
+ - run: curl -fsSL -o mvnd.zip
https://github.com/apache/maven-mvnd/releases/download/${{ inputs.version
}}/maven-mvnd-${{ inputs.version }}-linux-amd64.zip
shell: bash
- - run: curl -fsSL -o mvnd.zip.sha256
https://github.com/apache/maven-mvnd/releases/download/${{ inputs.version
}}/mvnd-${{ inputs.version }}-linux-amd64.zip.sha256
+ - run: curl -fsSL -o mvnd.zip.sha256
https://github.com/apache/maven-mvnd/releases/download/${{ inputs.version
}}/maven-mvnd-${{ inputs.version }}-linux-amd64.zip.sha256
shell: bash
- id: integrity-check
run: echo "$(cat mvnd.zip.sha256) mvnd.zip" | sha256sum --check