mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
fix: correct typo in build artifacts message [skip ci]
This commit is contained in:
parent
654b717d1e
commit
8d7ff9a8c9
2
.github/workflows/build_retrodeck.yml
vendored
2
.github/workflows/build_retrodeck.yml
vendored
|
@ -366,7 +366,7 @@ jobs:
|
|||
message: |
|
||||
A build for this pull request has completed successfully.
|
||||
Codenname: ${{ env.TAG }}
|
||||
Build artifacts can be find [here]((https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifact-retrodeck-artifacts)) and they include:
|
||||
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
|
||||
- Flatpak Artifact Bundle: RetroDECKArtifact.tar.gz, not useful for testing or end users
|
||||
|
|
Loading…
Reference in a new issue