From 8b4b8ca24bd9fd5f16affa47f2a855eea18a9ca1 Mon Sep 17 00:00:00 2001 From: PJ568 Date: Wed, 5 Jul 2023 22:13:52 +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 40483f91..2305e32d 100644 --- a/.github/workflows/568tools_Release.yml +++ b/.github/workflows/568tools_Release.yml @@ -39,6 +39,7 @@ jobs: echo '复制 tree/main/* 到 release/:' cp -v -u -r /home/runner/tree/main/* . echo '添加 lib 子模块到 release/lib/:' + rm -r ./lib/ git submodule add -b tools https://github.com/PJ-568/568tools.git ./lib - name: Generate the sitemap