mirror of
https://github.com/trycua/computer.git
synced 2025-12-31 02:19:58 -06:00
Update cli workflow to avoid artifact name collisions
This commit is contained in:
4
.github/workflows/npm-publish-cli.yml
vendored
4
.github/workflows/npm-publish-cli.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: cua-binaries
|
||||
name: cua-binary-${{ matrix.os }}
|
||||
path: dist/
|
||||
if-no-files-found: error
|
||||
retention-days: 1
|
||||
@@ -119,8 +119,8 @@ jobs:
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: cua-binaries
|
||||
path: dist
|
||||
merge-multiple: true
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
||||
Reference in New Issue
Block a user