diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3fb372..f62c25a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,3 +37,4 @@ jobs: run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + TMPDIR: ${{ runner.temp }} diff --git a/release.config.js b/release.config.js index 44b4709..46353ad 100644 --- a/release.config.js +++ b/release.config.js @@ -70,6 +70,7 @@ module.exports = { { execCwd: ".", prepareCmd: [ + `mkdir -p bin/macos bin/macos-arm bin/linux bin/windows`, `deno task compile`, `cd bin/linux`, `zip -9 pspace-linux.zip pspace`,