From c059e812a0c4b58df71ed82832891f5a6f7c0cc4 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Tue, 30 Dec 2025 20:47:58 -0500 Subject: [PATCH] ci: fail releases on unmatched files This previously let bugs slip in, like not uploading the Linux ARM tarball Signed-off-by: Seth Flynn --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 498f2cf70..ab304c6b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,6 +89,7 @@ jobs: name: Prism Launcher ${{ env.VERSION }} draft: true prerelease: false + fail_on_unmatched_files: true files: | PrismLauncher-Linux-x86_64.AppImage PrismLauncher-Linux-x86_64.AppImage.zsync