compile code

This commit is contained in:
Alex Couture-Beil 2023-04-12 12:28:24 -07:00
parent 57036aa8e1
commit 135d686cdc
No known key found for this signature in database
GPG Key ID: 097FC39A210CE7F7
2 changed files with 2 additions and 2 deletions

2
dist/setup/index.js vendored
View File

@ -71577,7 +71577,7 @@ function run() {
core.info(`Successfully deleted pre-existing ${installationDir}`);
});
const buildURL = `https://github.com/earthly/earthly/releases/download/${tag_name}/${pkgName}-${releasePlatform}-${releaseArch}${IS_WINDOWS ? ".exe" : ""}`;
core.debug(`downloading ${buildURL}`);
core.info(`downloading ${buildURL}`);
const downloaded = yield tc.downloadTool(buildURL, installationPath);
core.debug(`successfully downloaded ${buildURL} to ${downloaded}`);
yield fs.promises.chmod(installationPath, 0o755);

File diff suppressed because one or more lines are too long