Skip to content

Commit

Permalink
Merge pull request #8 from jaxxstorm/arch
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm authored Oct 19, 2021
2 parents ae4bd5e + e1b7c4b commit c3280ff
Show file tree
Hide file tree
Showing 11 changed files with 603 additions and 790 deletions.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function run() {
tag: tag,
});
}
let re = new RegExp(`${osPlatform}.${osPlatform == "windows" ? "*zip" : "*tar.gz"}`);
let re = new RegExp(`${osPlatform}.${osPlatform == "windows" ? "*zip" : "*tar.gz"}.${os.arch}`);
let asset = getReleaseUrl.data.assets.find(obj => {
return re.test(obj.name);
});
Expand Down
68 changes: 22 additions & 46 deletions node_modules/@actions/core/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 22 additions & 46 deletions node_modules/@actions/exec/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 19 additions & 42 deletions node_modules/@actions/io/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c3280ff

Please sign in to comment.