fix: notsupported again
All checks were successful
Create Release PR / Create Release PR (push) Successful in 11s
All checks were successful
Create Release PR / Create Release PR (push) Successful in 11s
This commit is contained in:
@@ -43,8 +43,11 @@ 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
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
.claude
|
||||
buildedplugin
|
||||
Reference in New Issue
Block a user