Closed Anders429 closed 8 months ago
Just verified that it does indeed work on main
after merging #3. Thanks! If you could release a new patch version, that would be helpful, since I currently am just pinning the commit. Looks like you can move the v1
tag, according to github actions docs.
Republished the v1 tag, could you check that this has worked?
Just checked, it's still not working. I get the same message as I got originally.
Looking at the repository, it seems that the v1
tag is still at the initial commit: https://github.com/felixjones/github-mgba-rom-test/tree/v1. It looks like you'll need to move the tag itself to a new commit. I'm not entirely sure the best way to do that. Perhaps removing the tag and creating a new one with the same name? Git Basics - Tagging that the github actions docs links to doesn't seem to mention anything about changing the commit an existing tag points to.
Alright, I deleted the v1 tag and recreated it, that should probably fix this
Nice, I can confirm it works. Thanks a ton!
When trying to run this action in another repository, it seems the action cannot find
bin/ubuntu/mgba-rom-test
. I get the following error message:The repository I tried to run this action on is here: https://github.com/Anders429/mgba_tests (run here). I used an action that is nearly identical to the example from this repository, but let me know if anything is missing. Here is one of the job definitions I used:
I'm not sure if I'm missing something, or if something is misconfigured in the action itself.