fix: install both .NET 9 and 10 SDKs in build jobs for multi-target restore
Publish Release / build-net9 (push) Failing after 1m0s Details
Publish Release / build-net10 (push) Failing after 1m1s Details
Publish Release / release (push) Has been skipped Details

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Filtik 2026-07-02 21:02:19 +02:00
parent b620fadf54
commit 7e9e8dd308
1 changed files with 6 additions and 2 deletions

View File

@ -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: |