From ff1a26064f3fb3523f2f89bb5aaed4ebe3641cb5 Mon Sep 17 00:00:00 2001 From: PJ568 Date: Thu, 6 Jul 2023 10:00:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 e1438a31..ee4ac949 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