From 669d3950e2530f70fa9677b725269a5b33f7a3ed Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Wed, 10 Dec 2025 20:37:32 +0800 Subject: [PATCH] chore: repackaging readest koplugin for updater, closes #2669 (#2676) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 796d38f4..59d077a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,9 +96,9 @@ jobs: version=${{ needs.get-release.outputs.release_version }} plugin_zip="Readest-${version}-1.koplugin.zip" - cd apps/readest.koplugin - zip -r ../../${plugin_zip} . - cd ../.. + cd apps + zip -r ../${plugin_zip} readest.koplugin + cd .. echo "Uploading ${plugin_zip} to GitHub release" gh release upload ${{ needs.get-release.outputs.release_tag }} ${plugin_zip} --clobber