We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3145613 commit 909bd43Copy full SHA for 909bd43
1 file changed
.github/workflows/pull-request-validation.yml
@@ -32,13 +32,13 @@ jobs:
32
- name: Upload tarball artifact
33
uses: actions/upload-artifact@v4.6.2
34
with:
35
- name: bundle
+ name: bundle-${{ matrix.node-version }}
36
path: ./dist
37
38
39
40
41
- name: tarball
+ name: tarball-${{ matrix.node-version }}
42
path: ./*.tgz
43
44
- run: npm test
0 commit comments