mirror of
https://github.com/earthly/actions-setup.git
synced 2025-01-14 03:17:58 +08:00
compile code
This commit is contained in:
parent
57036aa8e1
commit
135d686cdc
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -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);
|
||||
|
2
dist/setup/index.js.map
vendored
2
dist/setup/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user