Skip to content

Commit c209b21

Browse files
committed
upload artifacts per build matrix item
1 parent 4c0d4fd commit c209b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
if: ${{ always() }}
2727
uses: actions/upload-artifact@v4
2828
with:
29-
name: artifacts
29+
name: artifacts-${{ matrix.ruby-version }}-${{ matrix.os }}
3030
path: artifacts/**

0 commit comments

Comments
 (0)