This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-1.15.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit fbb1aee74fa1af50eb1c933007b8bf7b44549791
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Mon Oct 24 10:51:20 2022 +0200

    fix(ci): proper directory
---
 .github/workflows/ci-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 0faad693..5a380f51 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -198,4 +198,4 @@ jobs:
       run: |
         ./mvnw ${MAVEN_ARGS} clean deploy -DskipTests -DskipITs --settings 
.github/asf-deploy-settings.xml
         cd distribution
-        ./mvnw ${MAVEN_ARGS} clean deploy -DskipTests -DskipITs --settings 
.github/asf-deploy-settings.xml -Prelease
+        ../mvnw ${MAVEN_ARGS} clean deploy -DskipTests -DskipITs --settings 
.github/asf-deploy-settings.xml -Prelease

Reply via email to