Skip to content

Commit c86310b

Browse files
authored
meta(release): Fix artifact name (#166)
1 parent 5470683 commit c86310b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-clients.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ jobs:
2323

2424
- uses: actions/upload-artifact@v5
2525
with:
26+
name: ${{ github.sha }}
2627
path: dist/*
2728
if-no-files-found: 'error'

0 commit comments

Comments
 (0)