diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 7d1633e..80cf4a9 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -15,7 +15,9 @@ jobs: - uses: actions/setup-dotnet@v4 with: - dotnet-version: "9.0.x" + dotnet-version: | + 9.0.x + 10.0.x - name: Build (net9.0 / Jellyfin 10.x) uses: oddstr13/jellyfin-plugin-repository-manager@v1.1.1 @@ -37,7 +39,9 @@ jobs: - uses: actions/setup-dotnet@v4 with: - dotnet-version: "10.0.x" + dotnet-version: | + 9.0.x + 10.0.x - name: Set targetAbi for Jellyfin 12.x run: |