From eb85f431922af08cd609ee92eff6c0d8bad3e1ee Mon Sep 17 00:00:00 2001 From: cxfksword Date: Tue, 11 Oct 2022 17:33:08 +0800 Subject: [PATCH] Fix github action build --- .github/workflows/publish.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9682a17..9c0b73e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -7,6 +7,7 @@ on: env: dotnet-version: 6.0.x python-version: 3.8 + project: Jellyfin.Plugin.Danmu/Jellyfin.Plugin.Danmu.csproj branch: main artifact: danmu @@ -22,7 +23,7 @@ jobs: with: dotnet-version: ${{ env.dotnet-version }} - name: Restore nuget packages - run: dotnet restore + run: dotnet restore ${{ env.project }} - name: Setup python uses: actions/setup-python@v2 with: @@ -43,4 +44,4 @@ jobs: with: branch: ${{ env.branch }} commit_message: Update repo manifest - file_pattern: manifest_cn.json + file_pattern: "*.json"