From 94854bcbb8b9e1879fa1b37c53c33a93e81287f9 Mon Sep 17 00:00:00 2001 From: Utsav Patel Date: Thu, 18 Dec 2025 23:28:56 +0530 Subject: [PATCH] Fix: include missing actions folder with plugin zip --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d2bbd5c..36b0a02 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "npm": ">=10.0.0" }, "files": [ + "actions/", "build/", "inc/", "vendor/",