Skip to content

Commit

Permalink
try without the delete
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-morrison44 committed Mar 18, 2024
1 parent 0a97e3b commit 8bc675a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8bc675a

Please sign in to comment.