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 22be17f commit 9ff1075Copy full SHA for 9ff1075
.github/workflows/ci-rsc.yml
@@ -67,6 +67,6 @@ jobs:
67
- uses: actions/upload-artifact@v4
68
if: always()
69
with:
70
- name: test-results-${{ matrix.os }}-${{ matrix.browser }}
+ name: test-results-${{ matrix.os }}-${{ matrix.browser }}${{ matrix.rolldown == true && '-rolldown' || '' }}
71
path: |
72
packages/plugin-rsc/test-results
0 commit comments