fix: correct typo in build artifacts message [skip ci]

This commit is contained in:
XargonWan 2025-03-29 23:06:20 +09:00
parent 8d7ff9a8c9
commit da88f3b478

View file

@ -367,9 +367,9 @@ jobs:
A build for this pull request has completed successfully. A build for this pull request has completed successfully.
Codenname: ${{ env.TAG }} 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: 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 - `RetroDECK Flatpak: `RetroDECK.flatpak
- Flatpak file SHA256 checksum: RetroDECK.flatpak.sha - Flatpak file SH`A256 checksum: `RetroDECK.flatpak.sha
- Flatpak Artifact Bundle: RetroDECKArtifact.tar.gz, not useful for testing or end users - Flatpak Artifact Bundle: `RetroDECKArtifact.tar.gz`, not useful for testing or end users
# Rewrite Tag (for Main Branch Only) # Rewrite Tag (for Main Branch Only)
- name: Clone RetroDECK repo - name: Clone RetroDECK repo