From 059ff7285e4eb60d57037291a2cd1e0ad6b30216 Mon Sep 17 00:00:00 2001 From: the1812 Date: Mon, 2 Jan 2023 18:46:53 +0800 Subject: [PATCH] Fix build script (fix #3903) --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89fdb90f4..068e7788d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,8 @@ jobs: git config --local user.name github-actions[bot] git config --global core.autocrlf true git config --global core.safecrlf false - git commit -m "CI build" -a + git add --all + git commit -m "CI build" continue-on-error: true - name: Git push