We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b457a91 commit bfe2ed8Copy full SHA for bfe2ed8
.github/workflows/ci-rsc.yml
@@ -80,6 +80,6 @@ jobs:
80
- uses: actions/upload-artifact@v4
81
if: always()
82
with:
83
- name: test-results-${{ matrix.os }}-${{ matrix.browser }}${{ matrix.rolldown == true && '-rolldown' || '' }}
+ name: test-results-${{ matrix.os }}-${{ matrix.browser }}${{ matrix.rolldown == true && '-rolldown' || '' }}${{ matrix.react_version && format('-react-{0}', matrix.react_version) || '' }}
84
path: |
85
packages/plugin-rsc/test-results
0 commit comments