fix: restore correct package versions and update targetAbi to 10.11.0.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
09a9565b7f
commit
b4035843eb
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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: ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue