fix: notsupported again
All checks were successful
Create Release PR / Create Release PR (push) Successful in 11s

This commit is contained in:
2026-03-01 17:02:47 +01:00
parent 7adae0587b
commit 0646c7f731
2 changed files with 7 additions and 3 deletions

View File

@@ -43,10 +43,13 @@ jobs:
- name: Create plugin ZIP
run: |
# Only include plugin DLL and actual dependencies (not Jellyfin framework DLLs)
cd publish
zip -r ../smartnotify_${VERSION}.zip .
zip ../smartnotify_${VERSION}.zip \
Jellyfin.Plugin.SmartNotify.dll \
LiteDB.dll
cd ..
# Calculate MD5 checksum
CHECKSUM=$(md5sum smartnotify_${VERSION}.zip | cut -d' ' -f1)
echo "CHECKSUM=$CHECKSUM" >> "$GITHUB_ENV"

3
.gitignore vendored
View File

@@ -1 +1,2 @@
.claude
.claude
buildedplugin