Skip to content

Commit

Permalink
fix: install js file
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Dec 28, 2023
1 parent 5bef622 commit 1dfc085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/install/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13738,7 +13738,7 @@ async function run(platform = process.platform) {
if (local === 'true') {
core.info('Building ci locally');
// go into cli folder
// build the ci and move to /usr/local/bin
// build the ci and move to /usr/local/bin/ci
await (0,exec.exec)('go', [
'build',
'-ldflags=-extldflags=-static',
Expand Down

0 comments on commit 1dfc085

Please sign in to comment.