From 6d6b625fbded383bb1b028df7a469666a6ddb4ed Mon Sep 17 00:00:00 2001 From: cxfksword Date: Tue, 11 Oct 2022 17:10:54 +0800 Subject: [PATCH] Fix github action build --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1e05250..d92c7f2 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -43,4 +43,4 @@ jobs: with: branch: ${{ env.branch }} commit_message: Update repo manifest - file_pattern: "manifest.json manifest_cn.json" + file_pattern: "*.json"