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 ee98091 commit eaa8a87Copy full SHA for eaa8a87
.github/workflows/npm-publish-cli.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Upload artifacts
74
uses: actions/upload-artifact@v4
75
with:
76
- name: cua-binaries
+ name: cua-binary-${{ matrix.os }}
77
path: dist/
78
if-no-files-found: error
79
retention-days: 1
@@ -119,8 +119,8 @@ jobs:
119
- name: Download all artifacts
120
uses: actions/download-artifact@v4
121
122
123
path: dist
+ merge-multiple: true
124
125
- name: Create Release
126
id: create_release
0 commit comments