From 8bc675a77d11ba8ffe8dcd15e69f378a535d62db Mon Sep 17 00:00:00 2001 From: Neil Morrison Date: Mon, 18 Mar 2024 22:22:20 +0000 Subject: [PATCH] try without the delete --- .github/workflows/publish_to_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_to_pages.yml b/.github/workflows/publish_to_pages.yml index d1ac333..eaaf851 100644 --- a/.github/workflows/publish_to_pages.yml +++ b/.github/workflows/publish_to_pages.yml @@ -79,7 +79,7 @@ jobs: await fs.writeFile(`${folderPath}/${pack.variant || "pack"}.zip`, zipBuffer); } - - run: find . -depth -name '*.zip' -exec /usr/bin/unzip -n {} \; -delete + - run: find . -depth -name '*.zip' -exec /usr/bin/unzip -n {} - uses: actions/upload-artifact@v4 with: