mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-21 07:01:45 +00:00
Create all path components
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
60fbee781d
commit
f66aac333e
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -18,7 +18,7 @@ async function downloadRelease(octokit, os, org, repo, release, token) {
|
||||||
const archive = `${tempdir}gotestfmt${postfix}`;
|
const archive = `${tempdir}gotestfmt${postfix}`;
|
||||||
|
|
||||||
if (os === "windows") {
|
if (os === "windows") {
|
||||||
fs.mkdirSync(binpath)
|
fs.mkdirSync(binpath, { recursive: true })
|
||||||
execSync(`echo "${binpath}" >> ${process.env.GITHUB_PATH}`)
|
execSync(`echo "${binpath}" >> ${process.env.GITHUB_PATH}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue