From 258d7d29d4eff9540838c5a737356cb83cdec0cc Mon Sep 17 00:00:00 2001 From: cxfksword Date: Tue, 11 Oct 2022 17:15:51 +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 d92c7f2..79912da 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: "*.json" + file_pattern: *.json