Update cli workflow to avoid artifact name collisions

This commit is contained in:
Dillon DuPont
2025-11-14 16:46:01 -05:00
parent ee9809108f
commit eaa8a87e56

View File

@@ -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