From 35369ee1e1a3c7dfeb8014ec791ea4ebfde50088 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 26 Jun 2024 09:03:46 +0800 Subject: [PATCH] Fix manual installation --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd96037..a625664 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,8 @@ jobs: npm install npm run build npm run deploy - zip ./dist/solo-rpg-toolkit.zip dist/solo-rpg-toolkit/* + cd dist + zip solo-rpg-toolkit.zip solo-rpg-toolkit/* - name: Create release env: