Skip to content

Commit fa82acd

Browse files
committed
ci: fix symbol package upload
1 parent c8f1275 commit fa82acd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Upload symbol package artifact
6363
uses: actions/upload-artifact@v4
6464
with:
65-
name: package
65+
name: symbol-package
6666
path: dist/package/*.${{ env.VERSION }}.snupkg
6767

6868
- name: Attach package to GitHub release

0 commit comments

Comments
 (0)