Skip to content

Commit bfe2ed8

Browse files
committed
ci: fix artifact name
1 parent b457a91 commit bfe2ed8

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
@@ -80,6 +80,6 @@ jobs:
8080
- uses: actions/upload-artifact@v4
8181
if: always()
8282
with:
83-
name: test-results-${{ matrix.os }}-${{ matrix.browser }}${{ matrix.rolldown == true && '-rolldown' || '' }}
83+
name: test-results-${{ matrix.os }}-${{ matrix.browser }}${{ matrix.rolldown == true && '-rolldown' || '' }}${{ matrix.react_version && format('-react-{0}', matrix.react_version) || '' }}
8484
path: |
8585
packages/plugin-rsc/test-results

0 commit comments

Comments
 (0)