From d7fe772f522aea5d812c88b0c3c3a1884609f14a Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Mon, 12 Aug 2024 14:28:50 -0400 Subject: [PATCH] testing --- apps/PlayniteWebPlugin/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/PlayniteWebPlugin/project.json b/apps/PlayniteWebPlugin/project.json index e1464614b..4f73ff6b8 100755 --- a/apps/PlayniteWebPlugin/project.json +++ b/apps/PlayniteWebPlugin/project.json @@ -35,7 +35,7 @@ "publish": { "executor": "nx:run-commands", "options": { - "command": "ls -aR _packaged && gh release upload $VERSION _packaged/**/*.pext" + "command": "ls -a . && gh release upload $VERSION _packaged/**/*.pext" } }, "version": {