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: