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 67183492a14 (chores) ci: fix invalid dist for Maven Daemon for 0.8.0
67183492a14 is described below

commit 67183492a14da24c531fd2badd3339542d782cd8
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Jul 26 09:56:30 2022 +0200

    (chores) ci: fix invalid dist for Maven Daemon for 0.8.0
---
 .github/actions/install-mvnd/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/install-mvnd/action.yml 
b/.github/actions/install-mvnd/action.yml
index c0231967948..b9947fde17b 100644
--- a/.github/actions/install-mvnd/action.yml
+++ b/.github/actions/install-mvnd/action.yml
@@ -29,7 +29,7 @@ outputs:
 runs:
   using: "composite"
   steps:
-    - run: curl -fsSL -o mvnd.zip https://dlcdn.apache.org/maven/mvnd/${{ 
inputs.version }}/maven-mvnd-${{ inputs.version }}-darwin-amd64.zip
+    - run: curl -fsSL -o mvnd.zip https://dlcdn.apache.org/maven/mvnd/${{ 
inputs.version }}/maven-mvnd-${{ inputs.version }}-linux-amd64.zip
       shell: bash
     - run: curl -fsSL -o mvnd.zip.sha256 
https://dlcdn.apache.org/maven/mvnd/${{ inputs.version }}/maven-mvnd-${{ 
inputs.version }}-linux-amd64.zip.sha256
       shell: bash

Reply via email to