Skip to content

Commit

Permalink
gha package fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wipe2238 authored Sep 20, 2023
1 parent 53567ef commit b9e6429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
fi
# (md) replace header text with image if available
if [ -f "$RELEASE_PICS/release_v)$($GHA_SCRIPTS/version.sh raw).png" ]; then
if [ -f "$RELEASE_PICS/release_v$($GHA_SCRIPTS/version.sh raw).png" ]; then
sed -ri "s!^Notable changes .+!<p align=\"center\"><img src=\"https://raw.githubusercontent.com/$GITHUB_REPOSITORY/$(echo "$GITHUB_REF" | awk -F / '{print $3}')/$RELEASE_PICS/release_v$($GHA_SCRIPTS/version.sh raw).png\" alt=\"$($GHA_SCRIPTS/version.sh tag)\"/></p>\\n!" "$MOD_RELEASE_BODY"
fi
Expand Down

0 comments on commit b9e6429

Please sign in to comment.