Skip to content

Commit 120d135

Browse files
Give artifacts unique names rather than over-write them
1 parent a443964 commit 120d135

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ jobs:
3030
if: ${{ always() }}
3131
uses: actions/upload-artifact@v4
3232
with:
33-
name: artifacts
33+
name: artifacts-${{ matrix.os }}-${{ matrix.ruby }}
3434
path: artifacts/**
35-
overwrite: true

0 commit comments

Comments
 (0)