Skip to content

Commit 5f07c7d

Browse files
committed
⚙️ fixed: change upload artifact sign cmd.
1 parent 1c9a2db commit 5f07c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
env:
127127
GITHUB_TOKEN: ${{ github.token }}
128128
run: |
129-
RELEASE=$(echo ${{ github.ref_name }} | cut -c 2-)
129+
gh release list
130130
gh release upload \
131-
"$RELEASE" dist/** \
131+
"${{ github.event.release.name }}" dist/** \
132132
--repo "${{ github.repository }}"

0 commit comments

Comments
 (0)