Skip to content

Commit 9ff1075

Browse files
authored
ci: fix duplicate artifact name (#560)
1 parent 22be17f commit 9ff1075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-rsc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
- uses: actions/upload-artifact@v4
6868
if: always()
6969
with:
70-
name: test-results-${{ matrix.os }}-${{ matrix.browser }}
70+
name: test-results-${{ matrix.os }}-${{ matrix.browser }}${{ matrix.rolldown == true && '-rolldown' || '' }}
7171
path: |
7272
packages/plugin-rsc/test-results

0 commit comments

Comments
 (0)