Skip to content

Commit

Permalink
Fix release notes - base file name
Browse files Browse the repository at this point in the history
Signed-off-by: Damian Perera <15967502+damianperera@users.noreply.github.com>
  • Loading branch information
damianperera authored Feb 2, 2024
1 parent 5ddc89c commit c24ceb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
latestUpstreamRepoCommitId=$(cd wulfy && git rev-parse --short HEAD)
baseFileName=${{ env.baseFileName }}
echo "**build type:** \`$GITHUB_EVENT_NAME\`" > CHANGELOG.txt
echo "**base:** \`${baseFileName}.img\`" >> CHANGELOG.txt
echo "**base:** \`${baseFileName%.img}\`" >> CHANGELOG.txt
[[ "${baseFileName}" == *fac* ]] && echo "**release type:** \`factory\`" >> CHANGELOG.txt || [[ "${baseFileName}" == *sys* ]] && echo "**release type:** \`sysupgrade\`" >> CHANGELOG.txt
echo "**[wulfy/rpi4](https://github.com/wulfy23/rpi4) changes:** \`$latestUpstreamRepoCommit\` on commit [$latestUpstreamRepoCommitId](https://github.com/wulfy23/rpi4/commit/$latestUpstreamRepoCommitId)" >> CHANGELOG.txt
echo "**[damianperera/openwrt-rpi](https://github.com/damianperera/openwrt-rpi) changes:** \`$latestDownstreamRepoCommit\` on commit [$latestDownstreamRepoCommitId](https://github.com/damianperera/openwrt-rpi/commit/$latestDownstreamRepoCommitId)" >> CHANGELOG.txt
Expand Down

0 comments on commit c24ceb0

Please sign in to comment.