From 6bcd0994cdad9e3a0a309a899e96f6bc56ce5d4c Mon Sep 17 00:00:00 2001 From: "Dr.-Ing. Amilcar do Carmo Lucas" Date: Thu, 30 Oct 2025 04:06:33 +0100 Subject: [PATCH] ci(windows build): Continue building even if the previous release did not exist Signed-off-by: Dr.-Ing. Amilcar do Carmo Lucas --- .github/workflows/windows_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 5711b76ae..22b0125a1 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -577,6 +577,7 @@ jobs: } else { Write-Host "Release not found or failed to delete, continuing..." } + $LASTEXITCODE = 0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}