jaxxstorm / action-install-gh-release

GitHub Action to install the Github Release binaries
Apache License 2.0
67 stars 29 forks source link

adds .tgz to the list #81

Closed damirka closed 4 months ago

damirka commented 4 months ago

Working with the https://github.com/mystenlabs/sui repository, and it has binaries in .tgz format. Struggled to debug until realised that the archive extension is not recognised.

Hopefully, this fixes the issue.

damirka commented 4 months ago

Huge fan of your action @jaxxstorm! Please, let me know which steps I should take in order to get this buddy in (if you're okay with it).

jaxxstorm commented 4 months ago

@damirka can you add a test for this repo to the tests? Once it's verified to work I'll merge

damirka commented 4 months ago

@jaxxstorm done! The test passes!

https://github.com/damirka/action-install-gh-release/actions/runs/9127063984/job/25096582513

jaxxstorm commented 4 months ago

Failing test is unrelated, so merging