Skip to content

Commit 64396e2

Browse files
committed
chore(github): fix upload-artifact write conflicts
1 parent 4b07b99 commit 64396e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: github.event_name != 'merge_group'
2828
uses: actions/upload-artifact@v4
2929
with:
30-
name: build-results
30+
name: build-results-${{ matrix.runs_on }}-node_${{ matrix.node }}
3131
path: dist
3232
retention-days: 15
3333
- name: Validate generated typescript definitions

0 commit comments

Comments
 (0)