diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 3a3ac53..91f5c28 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -32,8 +32,8 @@ jobs: git config --local user.name "github-actions[bot]" git config --local user.email "github-actions[bot]@users.noreply.github.com" rm mingw-w64-dlfcn-1.4.1-1.src.tar.zst - rm .gitignore - rm -rf .github/workflows/*.yml + rm .gitignore || true + rm -rf .github/workflows/*.yml || true git add . git commit -m "GNU Windows extension extractor for GitHub Actions" git push