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 }}"
|
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
|
||||||
|
|
Loading…
Reference in a new issue