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