From 51a75ae5894a81668dfd598b47ff0a993e14f9b9 Mon Sep 17 00:00:00 2001 From: DhanushSantosh Date: Fri, 23 Jan 2026 18:31:47 +0530 Subject: [PATCH] ci: fail release upload when installers missing --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17d8f32f..d7ce2b82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,12 +123,9 @@ jobs: files: | artifacts/macos-builds/*.dmg artifacts/macos-builds/*.zip - artifacts/macos-builds/*.blockmap artifacts/windows-builds/*.exe - artifacts/windows-builds/*.blockmap artifacts/linux-builds/*.AppImage artifacts/linux-builds/*.deb artifacts/linux-builds/*.rpm - artifacts/linux-builds/*.blockmap env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}