mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
fix(build): update release notes format in build workflow [skip ci]
This commit is contained in:
parent
9db229cae8
commit
7d23594832
10
.github/workflows/build_es-de.yml
vendored
10
.github/workflows/build_es-de.yml
vendored
|
@ -61,8 +61,9 @@ jobs:
|
|||
tag: "${{ needs.Set_Release_Metadata.outputs.branch_name }}-${{ needs.Set_Release_Metadata.outputs.date }}"
|
||||
name: "${{ needs.Set_Release_Metadata.outputs.branch_name }} Build"
|
||||
body: |
|
||||
Build of RetroDECK ES-DE from `${{ github.repository }}@${{ github.sha }}`
|
||||
- Branch: [${{ needs.Set_Release_Metadata.outputs.branch_name }}](https://github.com/${{ github.repository }}/tree/${{ needs.Set_Release_Metadata.outputs.branch_name }})
|
||||
# Release Notes
|
||||
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: |
|
||||
RetroDECK-ES-DE-Artifact.tar.gz
|
||||
tree.html
|
||||
|
@ -97,8 +98,9 @@ jobs:
|
|||
tag: "${{ needs.Set_Release_Metadata.outputs.branch_name }}-${{ needs.Set_Release_Metadata.outputs.date }}"
|
||||
name: "${{ needs.Set_Release_Metadata.outputs.branch_name }} Build"
|
||||
body: |
|
||||
AppImage build for RetroDECK.
|
||||
Branch: [${{ needs.Set_Release_Metadata.outputs.branch_name }}](https://github.com/${{ github.repository }}/tree/${{ needs.Set_Release_Metadata.outputs.branch_name }})
|
||||
# Release Notes
|
||||
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: |
|
||||
RetroDECK-AppImage.tar.gz
|
||||
allowUpdates: true
|
||||
|
|
Loading…
Reference in a new issue