Skip to content

Commit 423d16e

Browse files
committed
Minor fix github action (avoid artifact collision)
1 parent cab4644 commit 423d16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bootjar_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
- name: Upload generated libs as job artifact
5656
uses: actions/upload-artifact@v4
5757
with:
58-
name: jar-jdk${{ matrix.java }}
58+
name: jar_jdk${{ matrix.java }}_{{ matrix.os }}
5959
path: ./build/libs/

0 commit comments

Comments
 (0)