Skip to content

Commit

Permalink
build(dist): compile action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 3, 2023
1 parent a928718 commit dd7dbb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5395,6 +5395,8 @@ async function run() {
(archive) => unzipArchive(archive, __dirname, true)
);
const toolDir = await tc.cacheFile(path.join(__dirname, "bwenv"), "bwenv", "bwenv", version2);
const binaryPath = path.join(toolDir, "bwenv");
await fsp.chmod(binaryPath, "755");
core.addPath(toolDir);
} catch (error) {
core.setFailed(error.message);
Expand Down

0 comments on commit dd7dbb1

Please sign in to comment.