From da88f3b478f0152000d3c8fa27e2a11845fb5b42 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 29 Mar 2025 23:06:20 +0900 Subject: [PATCH] fix: correct typo in build artifacts message [skip ci] --- .github/workflows/build_retrodeck.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_retrodeck.yml b/.github/workflows/build_retrodeck.yml index b5067ee0..9f8bb5da 100644 --- a/.github/workflows/build_retrodeck.yml +++ b/.github/workflows/build_retrodeck.yml @@ -367,9 +367,9 @@ 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 SHA256 checksum: RetroDECK.flatpak.sha - - Flatpak Artifact Bundle: RetroDECKArtifact.tar.gz, not useful for testing or end users + - `RetroDECK Flatpak: `RetroDECK.flatpak + - Flatpak file SH`A256 checksum: `RetroDECK.flatpak.sha + - Flatpak Artifact Bundle: `RetroDECKArtifact.tar.gz`, not useful for testing or end users # Rewrite Tag (for Main Branch Only) - name: Clone RetroDECK repo