From 19acac89f5fd69c2d20998af08b7371a89088553 Mon Sep 17 00:00:00 2001 From: Mark McIntyre Date: Mon, 10 Nov 2025 00:00:39 +0000 Subject: [PATCH] ignore failures to clean up temp build files --- .github/workflows/build_tools.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_tools.yml b/.github/workflows/build_tools.yml index bc39e5e6..8f5798c3 100644 --- a/.github/workflows/build_tools.yml +++ b/.github/workflows/build_tools.yml @@ -70,6 +70,7 @@ jobs: cleanup_usermgmt: name: clean up temp usermanagement files runs-on: win10 + continue-on-error: true needs: - release_usermgmt steps: @@ -124,9 +125,10 @@ jobs: cleanup_fbtool: name: clean up temp fbcollector files runs-on: win10 + continue-on-error: true needs: - release_fbtool steps: - name: delete package run: | - del c:\temp\fbcollector.zip + del c:\temp\fbcollector.zip