From e110eaaa6093e0d201d8ed3a08567e4054a81bb5 Mon Sep 17 00:00:00 2001 From: cxfksword Date: Tue, 11 Oct 2022 14:53:08 +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 087847c..281ae94 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -16,7 +16,7 @@ jobs: with: dotnet-version: 6.0.x - name: Restore nuget packages - run: dotnet restore Shokofin/Shokofin.csproj + run: dotnet restore Jellyfin.Plugin.Danmu/Jellyfin.Plugin.Danmu.csproj - name: Setup python uses: actions/setup-python@v2 with: