From b4035843ebf84b8cd27f3668ec43656bcc927cf3 Mon Sep 17 00:00:00 2001 From: Filtik Date: Thu, 2 Jul 2026 21:33:58 +0200 Subject: [PATCH] fix: restore correct package versions and update targetAbi to 10.11.0.0 Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/publish.yml | 6 ++++++ AutoBackup.csproj | 8 ++++---- build.yaml | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index e1c370f..3fcb3dd 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -75,6 +75,12 @@ jobs: - name: Install jprm 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 run: | jprm repo add \ diff --git a/AutoBackup.csproj b/AutoBackup.csproj index a138e88..37c901b 100644 --- a/AutoBackup.csproj +++ b/AutoBackup.csproj @@ -17,17 +17,17 @@ - + - + - + - + diff --git a/build.yaml b/build.yaml index f9343cd..b9ad677 100644 --- a/build.yaml +++ b/build.yaml @@ -9,5 +9,5 @@ category: "General" imageUrl: "https://gitea.home.filtik.de/Filtik/Jellyfin-AutoBackup/raw/branch/main/images/logo.png" artifacts: - "Jellyfin.Plugin.AutoBackup.dll" -targetAbi: "10.9.0.0" +targetAbi: "10.11.0.0" changelog: ""