Skip to content

Commit 934b7ec

Browse files
committed
FIX: update CI artifact naming convention
1 parent 33d7a35 commit 934b7ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Upload build artifacts
3636
uses: actions/upload-artifact@v4
3737
with:
38-
name: dist
38+
name: dist-node-${{ matrix.node-version }}
3939
path: dist/
4040
if-no-files-found: error

0 commit comments

Comments
 (0)