From 9c17d7794974f7a2438e4ba1663399f9c1c5210f Mon Sep 17 00:00:00 2001 From: Cai <62058454+ACaiCat@users.noreply.github.com> Date: Sun, 18 Aug 2024 09:11:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81:=20=E5=B0=9D?= =?UTF-8?q?=E8=AF=95=E6=9B=B4=E6=96=B0=E5=AD=90=E6=A8=A1=E5=9D=97=20X7=20(?= =?UTF-8?q?#401)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 工作流: 尝试修复子模块 X6 * 工作流: 尝试更新子模块 X7 --- .github/workflows/plugins_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugins_publish.yml b/.github/workflows/plugins_publish.yml index 7cefe4a51..342e5c431 100644 --- a/.github/workflows/plugins_publish.yml +++ b/.github/workflows/plugins_publish.yml @@ -27,7 +27,7 @@ jobs: git config --local user.name "GitHub Action" echo ${{ github.repository }} if [ "${{ github.repository }}" = "UnrealMultiple/TShockPlugin" ]; then - git submodule update --init + git submodule deinit -f --all git submodule update --remote --recursive git add . git pull --rebase --allow-unrelated-histories