From 87166a2024a7a6db89ae1af3e2d4df136ef000e5 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 7 Nov 2024 15:47:44 -0600 Subject: [PATCH] Update rm command to not fail --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4c8c49a30a..2b51202816 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: - name: Problem file cleanup # We have this problematic file that we need to remove run: | - rm dist/windows/freeciv21-server.cmd + rm -f dist/windows/freeciv21-server.cmd - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: