mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
WORKFLOW: Update build completion message format in GitHub Actions workflow [skip ci]
This commit is contained in:
parent
29a085d72d
commit
66cc1c06ac
5
.github/workflows/build_retrodeck.yml
vendored
5
.github/workflows/build_retrodeck.yml
vendored
|
@ -364,8 +364,9 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ steps.generate-rekku-token.outputs.token }}
|
||||
header: "RetroDECK Build Artifacts"
|
||||
message: |
|
||||
A build for this pull request has completed successfully.
|
||||
Codenname: ${{ env.TAG }}
|
||||
A build for this `pull request` has been produced.
|
||||
Codename: **${{ env.TAG }}**
|
||||
|
||||
Build artifacts can be found [here](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifact-retrodeck-artifacts) and they include:
|
||||
- RetroDECK Flatpak: `RetroDECK.flatpak`
|
||||
- Flatpak file SHA256 checksum: `RetroDECK.flatpak.sha`
|
||||
|
|
Loading…
Reference in a new issue