From 020fa08aabe1412583bad143b70a40c79df7dfdc Mon Sep 17 00:00:00 2001 From: Art Shendrik Date: Tue, 26 Nov 2024 21:23:42 +0000 Subject: [PATCH] ci(build): update artifact name and correct action name - Change 'Publish SNAPSHOT' action name formatting - Update artifact naming conventions to include JDK version Signed-off-by: Art Shendrik --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1054ba..0c8d2fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,7 +158,7 @@ jobs: with: report_paths: '**/build/test-results/*/TEST-*.xml' - - name: 'Publish SNAPSHOT' + - name: Publish SNAPSHOT id: snapshot continue-on-error: true if: matrix.os == 'macos' && matrix.java == '23' @@ -180,7 +180,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: '${{ matrix.os }}-build-report' + name: '${{ matrix.os }}-JDK${{ matrix.java }}-build-report' path: | **/build/logs/ **/build/reports/