Skip to content

Commit

Permalink
fix(hsh): updated artifacts name
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed May 3, 2023
1 parent ad2a747 commit 0da7afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
x86_64-unknown-linux-musl
)
for target in "${targets[@]}"; do
link="ssg-$target-v${{ env.VERSION }}.tar.gz"
link="hsh-$target-v${{ env.VERSION }}.tar.gz"
artifact_link="${{ github.server_url }}/${{ github.repository }}/releases/download/v${{ env.VERSION }}/$link"
echo "* [$link]($artifact_link)" >> ${{ github.workspace }}/CHANGELOG.md
done
Expand Down

0 comments on commit 0da7afd

Please sign in to comment.