diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 38dcf9a..552beba 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,7 +34,8 @@ jobs: uses: oddstr13/jellyfin-plugin-repository-manager@843260fcdfda7cba229c5abd77bdd9c6fc4e850b # v1.1.0 id: jprm with: - dotnet-target: "${{ inputs.dotnet-target }}" + dotnet-target: net6.0 + path: Jellyfin.Plugin.TubeArchivistMetadata/ - name: Upload Release uses: svenstaro/upload-release-action@v2