We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b07b99 commit 64396e2Copy full SHA for 64396e2
.github/workflows/build-test.yml
@@ -27,7 +27,7 @@ jobs:
27
if: github.event_name != 'merge_group'
28
uses: actions/upload-artifact@v4
29
with:
30
- name: build-results
+ name: build-results-${{ matrix.runs_on }}-node_${{ matrix.node }}
31
path: dist
32
retention-days: 15
33
- name: Validate generated typescript definitions
0 commit comments