Closed JamesParrott closed 1 year ago
I should've read the docs sorry. The code tries to do this already.
It's even case insensitive
This project's fantastic - well done guys. I needed to disable extension matching - this eventually worked for me:
- name: Install Hadolint
uses: jaxxstorm/action-install-gh-release@v1.10.0
with:
repo: hadolint/hadolint
tag: 'v2.12.0'
platform: 'linux'
arch: 'x86_64'
extension-matching: disable
rename-to: hadolint
chmod: 0755
This is a Github Action. Even if there actually is an application, in which a release is preferred for a platform or architecture different to the one the code itself is running on, that should not be the default.