Skip to content

Commit

Permalink
compile code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcb committed Apr 12, 2023
1 parent 57036aa commit 135d686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion dist/setup/index.js.map

Large diffs are not rendered by default.

0 comments on commit 135d686

Please sign in to comment.