Skip to content

Commit

Permalink
fix: run yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jun 12, 2024
1 parent d00b884 commit 5392b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30699,7 +30699,7 @@ async function getDownloadURL(version) {
const arch = process.arch;

core.info(`Platform: ${platform}, Arch: ${arch}`)
const url = `https://github.com/vechain/networkhub/releases/download/${version}/networkHub-${platform}-${arch}${platform === 'win32' ? '.exe' : ''}`;
const url = `https://github.com/vechain/networkhub/releases/download/${version}/network-hub-${platform}-${arch}${platform === 'win32' ? '.exe' : ''}`;
core.info(`Download URL: ${url}`)
return url;
}
Expand Down

0 comments on commit 5392b37

Please sign in to comment.