From 303502e5570115cccb1a16e008193c530ce38e4a Mon Sep 17 00:00:00 2001 From: PJ568 Date: Wed, 5 Jul 2023 22:38:29 +0800 Subject: [PATCH] Update 568tools_Release.yml --- .github/workflows/568tools_Release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/568tools_Release.yml b/.github/workflows/568tools_Release.yml index 2305e32d..0a54a91c 100644 --- a/.github/workflows/568tools_Release.yml +++ b/.github/workflows/568tools_Release.yml @@ -40,6 +40,7 @@ jobs: cp -v -u -r /home/runner/tree/main/* . echo '添加 lib 子模块到 release/lib/:' rm -r ./lib/ + git rm --cached lib git submodule add -b tools https://github.com/PJ-568/568tools.git ./lib - name: Generate the sitemap