Explicitly echo bin path into GITHUB_PATH

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
Yuri Norwood 2022-11-07 11:12:31 +13:00 committed by GitHub
parent c5d78e059f
commit 939c90d635
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ async function downloadRelease(octokit, os, org, repo, release, token) {
// Make sure that the install directory is on the PATH
if (os === "windows") {
execSync(`"${binpath}" >> $env:GITHUB_PATH`);
execSync(`echo "${binpath}" >> $env:GITHUB_PATH`);
}
// Search through the latest release assets for an install canidate