Skip to content

Commit 48f3092

Browse files
committed
fixup
1 parent ea94159 commit 48f3092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
- name: Upload artifacts to GitHub release
7878
env:
7979
GH_TOKEN: ${{ github.token }}
80-
run: gh release upload ${{ github.event.tag_name }} dist/*
80+
run: gh release upload ${{ github.event.release.tag_name }} dist/*

0 commit comments

Comments
 (0)