fix: restore correct package versions and update targetAbi to 10.11.0.0
Publish Release / build-net9 (push) Successful in 59s Details
Publish Release / build-net10 (push) Successful in 1m4s Details
Publish Release / release (push) Failing after 19s Details

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Filtik 2026-07-02 21:33:58 +02:00
parent 09a9565b7f
commit b4035843eb
3 changed files with 11 additions and 5 deletions

View File

@ -75,6 +75,12 @@ jobs:
- name: Install jprm - name: Install jprm
run: pip install jprm --break-system-packages run: pip install jprm --break-system-packages
- name: Rename artifacts
run: |
VER="${GITHUB_REF_NAME#v}"
mv artifacts/build-net9/*.zip "artifacts/build-net9/Jellyfin-AutoBackup-${VER}-10.11.x.zip"
mv artifacts/build-net10/*.zip "artifacts/build-net10/Jellyfin-AutoBackup-${VER}-12.0.x.zip"
- name: Update manifest.json - name: Update manifest.json
run: | run: |
jprm repo add \ jprm repo add \

View File

@ -17,17 +17,17 @@
<!-- Jellyfin v10 (net9.0) --> <!-- Jellyfin v10 (net9.0) -->
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'"> <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
<PackageReference Include="Jellyfin.Common" Version="10.11.*" ExcludeAssets="runtime" /> <PackageReference Include="Jellyfin.Common" Version="10.11.*" ExcludeAssets="runtime" />
<PackageReference Include="Jellyfin.Controller" Version="10.11.*" ExcludeAssets="runtime" /> <PackageReference Include="Jellyfin.Controller" Version="10.11.*" ExcludeAssets="runtime" />
<PackageReference Include="Jellyfin.Model" Version="10.11.*" ExcludeAssets="runtime" /> <PackageReference Include="Jellyfin.Model" Version="10.11.*" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.*" ExcludeAssets="runtime" /> <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.*" ExcludeAssets="runtime" />
</ItemGroup> </ItemGroup>
<!-- Jellyfin v12 (net10.0) --> <!-- Jellyfin v12 (net10.0) -->
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'"> <ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
<PackageReference Include="Jellyfin.Common" Version="12.*-*" ExcludeAssets="runtime" /> <PackageReference Include="Jellyfin.Common" Version="12.*-*" ExcludeAssets="runtime" />
<PackageReference Include="Jellyfin.Controller" Version="12.*-*" ExcludeAssets="runtime" /> <PackageReference Include="Jellyfin.Controller" Version="12.*-*" ExcludeAssets="runtime" />
<PackageReference Include="Jellyfin.Model" Version="12.*-*" ExcludeAssets="runtime" /> <PackageReference Include="Jellyfin.Model" Version="12.*-*" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.*" ExcludeAssets="runtime" /> <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.*" ExcludeAssets="runtime" />
</ItemGroup> </ItemGroup>

View File

@ -9,5 +9,5 @@ category: "General"
imageUrl: "https://gitea.home.filtik.de/Filtik/Jellyfin-AutoBackup/raw/branch/main/images/logo.png" imageUrl: "https://gitea.home.filtik.de/Filtik/Jellyfin-AutoBackup/raw/branch/main/images/logo.png"
artifacts: artifacts:
- "Jellyfin.Plugin.AutoBackup.dll" - "Jellyfin.Plugin.AutoBackup.dll"
targetAbi: "10.9.0.0" targetAbi: "10.11.0.0"
changelog: "" changelog: ""