From 0caa0545622e9bf70253266801590e4a8752fd0b Mon Sep 17 00:00:00 2001 From: cxfksword Date: Tue, 11 Oct 2022 17:02:02 +0800 Subject: [PATCH] Fix github action build --- .github/workflows/publish.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index be67b88..e5e7b19 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -7,7 +7,6 @@ on: env: dotnet-version: 6.0.x python-version: 3.8 - branch: main artifact: danmu jobs: @@ -41,6 +40,5 @@ jobs: - name: Update manifest uses: stefanzweifel/git-auto-commit-action@v4 with: - branch: ${{ env.branch }} commit_message: Update repo manifest - file_pattern: manifest.json + file_pattern: manifest*.json