action-install-gh-release icon indicating copy to clipboard operation
action-install-gh-release copied to clipboard

GitHub Action to install the Github Release binaries

Results 26 action-install-gh-release issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v1` -> `v4` | --- ### Release...

Please add support for cases when binary was published using custom naming scheme like without platform/architecture. Currently, the action is failing as it can't find the binary: ```yaml - uses:...

I am trying to install `cargo-make` from [here](https://github.com/sagiegurari/cargo-make/releases/tag/0.36.12). This is my step: ```yaml - name: Install cargo-make uses: jaxxstorm/[email protected] with: repo: sagiegurari/cargo-make platform: unknown-linux-gnu arch: x86_64 ``` Here is the...

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [@azure/ms-rest-js](https://github.com/Azure/ms-rest-js). These dependencies need to be updated together. Removes `tough-cookie` Updates `@azure/ms-rest-js` from 2.6.4 to 2.7.0 Changelog Sourced from @​azure/ms-rest-js's...

dependencies

I am trying to download assets published on the private repository in my org. ``` Run jaxxstorm/[email protected] ==> System reported platform: linux ==> Using platform: linux ==> System reported arch:...

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js), [@azure/ms-rest-js](https://github.com/Azure/ms-rest-js) and [@azure/core-http](https://github.com/Azure/azure-sdk-for-js). These dependencies needed to be updated together. Updates `xml2js` from 0.4.23 to 0.5.0 Commits See full diff in compare view Updates `@azure/ms-rest-js` from 2.6.4 to...

dependencies

Hey, thank you for this awesome action ❤️. I was trying to use it with Hyperfine: ```yaml - name: install hyperfine uses: jaxxstorm/action-install-gh-release@v1 with: repo: sharkdp/hyperfine ``` However this fails,...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`9.2.0` -> `9.11.0`](https://renovatebot.com/diffs/npm/eslint/9.2.0/9.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

I realize this is other people's fault probably but I have no idea how to debug this action :D setup: ``` - name: Install Rain uses: jaxxstorm/[email protected] with: repo: aws-cloudformation/rain...