mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
WORKFLOW: Fix formatting of build artifact descriptions in GitHub Actions workflow [skip ci]
This commit is contained in:
parent
839074df6f
commit
8494102d52
4
.github/workflows/build_retrodeck.yml
vendored
4
.github/workflows/build_retrodeck.yml
vendored
|
@ -367,8 +367,8 @@ jobs:
|
|||
A build for this pull request has completed successfully.
|
||||
Codenname: ${{ 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 SH`A256 checksum: `RetroDECK.flatpak.sha
|
||||
- RetroDECK Flatpak: `RetroDECK.flatpak`
|
||||
- Flatpak file SHA256 checksum: `RetroDECK.flatpak.sha`
|
||||
- Flatpak Artifact Bundle: `RetroDECKArtifact.tar.gz`, not useful for testing or end users
|
||||
|
||||
# Rewrite Tag (for Main Branch Only)
|
||||
|
|
Loading…
Reference in a new issue