Skip to content

Commit 0da7afd

Browse files
fix(hsh): updated artifacts name
1 parent ad2a747 commit 0da7afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
x86_64-unknown-linux-musl
9696
)
9797
for target in "${targets[@]}"; do
98-
link="ssg-$target-v${{ env.VERSION }}.tar.gz"
98+
link="hsh-$target-v${{ env.VERSION }}.tar.gz"
9999
artifact_link="${{ github.server_url }}/${{ github.repository }}/releases/download/v${{ env.VERSION }}/$link"
100100
echo "* [$link]($artifact_link)" >> ${{ github.workspace }}/CHANGELOG.md
101101
done

0 commit comments

Comments
 (0)