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,10 +43,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Create plugin ZIP
|
- name: Create plugin ZIP
|
||||||
run: |
|
run: |
|
||||||
|
# Only include plugin DLL and actual dependencies (not Jellyfin framework DLLs)
|
||||||
cd publish
|
cd publish
|
||||||
zip -r ../smartnotify_${VERSION}.zip .
|
zip ../smartnotify_${VERSION}.zip \
|
||||||
|
Jellyfin.Plugin.SmartNotify.dll \
|
||||||
|
LiteDB.dll
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Calculate MD5 checksum
|
# Calculate MD5 checksum
|
||||||
CHECKSUM=$(md5sum smartnotify_${VERSION}.zip | cut -d' ' -f1)
|
CHECKSUM=$(md5sum smartnotify_${VERSION}.zip | cut -d' ' -f1)
|
||||||
echo "CHECKSUM=$CHECKSUM" >> "$GITHUB_ENV"
|
echo "CHECKSUM=$CHECKSUM" >> "$GITHUB_ENV"
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
.claude
|
.claude
|
||||||
|
buildedplugin
|
||||||
Reference in New Issue
Block a user