From 8d7ff9a8c99e7d75c72f84db607c94d9a13320f4 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 29 Mar 2025 23:05:20 +0900 Subject: [PATCH] fix: correct typo in build artifacts message [skip ci] --- .github/workflows/build_retrodeck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_retrodeck.yml b/.github/workflows/build_retrodeck.yml index c5c31a3d..b5067ee0 100644 --- a/.github/workflows/build_retrodeck.yml +++ b/.github/workflows/build_retrodeck.yml @@ -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