Skip to content

Commit eaa8a87

Browse files
committed
Update cli workflow to avoid artifact name collisions
1 parent ee98091 commit eaa8a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Upload artifacts
7474
uses: actions/upload-artifact@v4
7575
with:
76-
name: cua-binaries
76+
name: cua-binary-${{ matrix.os }}
7777
path: dist/
7878
if-no-files-found: error
7979
retention-days: 1
@@ -119,8 +119,8 @@ jobs:
119119
- name: Download all artifacts
120120
uses: actions/download-artifact@v4
121121
with:
122-
name: cua-binaries
123122
path: dist
123+
merge-multiple: true
124124

125125
- name: Create Release
126126
id: create_release

0 commit comments

Comments
 (0)