fix(build): update release notes format in build workflow [skip ci]

This commit is contained in:
XargonWan 2025-04-04 11:44:58 +09:00
parent 9db229cae8
commit 7d23594832

View file

@ -61,8 +61,9 @@ jobs:
tag: "${{ needs.Set_Release_Metadata.outputs.branch_name }}-${{ needs.Set_Release_Metadata.outputs.date }}" tag: "${{ needs.Set_Release_Metadata.outputs.branch_name }}-${{ needs.Set_Release_Metadata.outputs.date }}"
name: "${{ needs.Set_Release_Metadata.outputs.branch_name }} Build" name: "${{ needs.Set_Release_Metadata.outputs.branch_name }} Build"
body: | body: |
Build of RetroDECK ES-DE from `${{ github.repository }}@${{ github.sha }}` # Release Notes
- Branch: [${{ needs.Set_Release_Metadata.outputs.branch_name }}](https://github.com/${{ github.repository }}/tree/${{ needs.Set_Release_Metadata.outputs.branch_name }}) These are the artifact of RetroDECK ES-DE, commit: ${{ github.event.repository.full_name }}@${{github.sha}}.
On branch [${{ needs.Set_Release_Metadata.outputs.branch_name }}](https://github.com/${{ github.repository }}/tree/${{ needs.Set_Release_Metadata.outputs.branch_name }}).
artifacts: | artifacts: |
RetroDECK-ES-DE-Artifact.tar.gz RetroDECK-ES-DE-Artifact.tar.gz
tree.html tree.html
@ -97,8 +98,9 @@ jobs:
tag: "${{ needs.Set_Release_Metadata.outputs.branch_name }}-${{ needs.Set_Release_Metadata.outputs.date }}" tag: "${{ needs.Set_Release_Metadata.outputs.branch_name }}-${{ needs.Set_Release_Metadata.outputs.date }}"
name: "${{ needs.Set_Release_Metadata.outputs.branch_name }} Build" name: "${{ needs.Set_Release_Metadata.outputs.branch_name }} Build"
body: | body: |
AppImage build for RetroDECK. # Release Notes
Branch: [${{ needs.Set_Release_Metadata.outputs.branch_name }}](https://github.com/${{ github.repository }}/tree/${{ needs.Set_Release_Metadata.outputs.branch_name }}) These are the artifact of RetroDECK ES-DE, commit: ${{ github.event.repository.full_name }}@${{github.sha}}.
On branch [${{ needs.Set_Release_Metadata.outputs.branch_name }}](https://github.com/${{ github.repository }}/tree/${{ needs.Set_Release_Metadata.outputs.branch_name }}).
artifacts: | artifacts: |
RetroDECK-AppImage.tar.gz RetroDECK-AppImage.tar.gz
allowUpdates: true allowUpdates: true