Skip to content

Commit

Permalink
feat(release): Change name of windows download asset link
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Feb 28, 2025
1 parent c347135 commit af9f04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
echo
echo '| Platform | Download link |'
echo '| ---------------- | ------------- |'
echo "| Windows | [Parsec.exe]($ASSET_DL_PATH/Parsec_${{ needs.version.outputs.full }}_win_x86_64.exe) |"
echo "| Windows | [Parsec_${{ needs.version.outputs.full }}_win_x86_64.exe]($ASSET_DL_PATH/Parsec_${{ needs.version.outputs.full }}_win_x86_64.exe) |"
echo "| Macos | $(gen_mk_dl_link ".macos.x86_64.client.dmg") |"
echo "| Linux (AppImage) | $(gen_mk_dl_link ".linux-gnu.x86_64.client.AppImage") |"
echo "| Linux (Snap) | $(gen_mk_dl_link ".linux-gnu.x86_64.client.snap") |"
Expand Down

0 comments on commit af9f04b

Please sign in to comment.