From cd82532dd353d5e9eeaa5f60e7655610b3ea99c4 Mon Sep 17 00:00:00 2001 From: Terry Cai Date: Thu, 28 Nov 2024 16:13:16 +0800 Subject: [PATCH] fix --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index fe8e58e..4524d2e 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -30,7 +30,7 @@ jobs: # Zip the dist folder and rename to wizard.zip - name: Zip and Rename Build Artifacts run: | - zip -r wizard.zip dist/* # Ensure dist is the output folder + zip -r wizard.zip dist/* # Upload the wizard.zip file as an artifact - name: Upload Artifact