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

commit 8f82f5bd5201c1e2ebdaa6b178f9c42d8a080177
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Apr 17 13:27:25 2024 +0200

    (chores) ci: ensure regen saves to the correct build log file
---
 .github/workflows/pr-build-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-build-main.yml 
b/.github/workflows/pr-build-main.yml
index 7eb481e9d99..a47f51bf493 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -61,7 +61,7 @@ jobs:
           java-version: ${{ matrix.java }}
           cache: 'maven'
       - name: maven build
-        run: ./etc/scripts/regen.sh > build.log 2>&1
+        run: ./etc/scripts/regen.sh > build-${{ matrix.java }}.log 2>&1
       - name: archive logs
         uses: actions/upload-artifact@v4
         if: always()

Reply via email to