Skip to content

Commit

Permalink
Ok, _this_ one should work
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-morrison44 committed Mar 18, 2024
1 parent ac72635 commit 8efd6dc
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 @@ -73,7 +73,7 @@ jobs:
const zipResponse = await github.request(downloadURL.browser_download_url)
const folderPath = `./image_packs/${pack.owner}/${pack.repository/${pack.variant || "pack"}}`
const folderPath = `./image_packs/${pack.owner}/${pack.repository/${pack.variant || "pack"}`
await io.mkdirP(folderPath);
const zipBuffer = Buffer.from(zipResponse.data);
await fs.writeFile(`${folderPath}/pack.zip`, zipBuffer);
Expand Down

0 comments on commit 8efd6dc

Please sign in to comment.