Skip to content

Commit 7acd1ba

Browse files
fix(CI/CD): add name to the upload artifacts step
1 parent 10f191d commit 7acd1ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@ jobs:
6161
- name: Upload zip artifact
6262
uses: actions/upload-artifact@v4
6363
with:
64+
name: ${{ steps.version.outputs.archive_name }}.zip
6465
path: dist/${{ steps.version.outputs.archive_name }}.zip
6566
- name: Upload tar.gz artifact
6667
uses: actions/upload-artifact@v4
6768
with:
69+
name: ${{ steps.version.outputs.archive_name }}.tar.gz
6870
path: dist/${{ steps.version.outputs.archive_name }}.tar.gz
6971

7072

0 commit comments

Comments
 (0)