Skip to content

Commit

Permalink
ci(build): update artifact name and correct action name
Browse files Browse the repository at this point in the history
- Change 'Publish SNAPSHOT' action name formatting
- Update artifact naming conventions to include JDK version

Signed-off-by: Art Shendrik <artyom.shendrik@gmail.com>
  • Loading branch information
amal committed Nov 26, 2024
1 parent f5b5991 commit 020fa08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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/
Expand Down

0 comments on commit 020fa08

Please sign in to comment.