er28-0652 / setup-ghidra

setup Ghidra environment for GitHub Actions
MIT License
15 stars 7 forks source link

Update version regex to match other version numbers #2

Closed beardypig closed 4 years ago

beardypig commented 4 years ago

Some version numbers for Ghidra don't have 3 parts, only 2.

Will match versions 9.0 and 9.1 as well as 9.0.1, 9.1.2, etc.

er28-0652 commented 4 years ago

looks awesome! I merged it. thank you for your help 😄

beardypig commented 4 years ago

Cool :D Any chance you can release a new version with those changes? I'm trying to use it to test and upload compiled releases for this Ghidra processor project beardypig/ghidra-emotionengine :)

er28-0652 commented 4 years ago

Oops sorry, now i released v0.0.2 on marketplace with your fix. can you try it again?

https://github.com/marketplace/actions/setup-ghidra?version=0.0.2

I'm so glad to help your great project. thank you!

beardypig commented 4 years ago

Woo! Thank you! It worked. This is the pipeline if you are interested https://github.com/beardypig/ghidra-emotionengine/runs/549426617?check_suite_focus=true