Skip to content

Commit 029805d

Browse files
committed
ci(actions): fix GitHub Actions
1 parent 8dd30c8 commit 029805d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Capture build artifacts
3030
uses: actions/upload-artifact@v4
3131
with:
32-
name: Artifacts
32+
name: matrix-blocks-java-17
3333
path: build/libs/*.jar
3434
if-no-files-found: error
3535

@@ -55,6 +55,6 @@ jobs:
5555
- name: Capture build artifacts
5656
uses: actions/upload-artifact@v4
5757
with:
58-
name: Artifacts
58+
name: matrix-blocks-java-21
5959
path: build/libs/*.jar
6060
if-no-files-found: error

0 commit comments

Comments
 (0)