-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add luarocks-tag-release workflow #12
Conversation
505b255
to
fd93d60
Compare
@swarn One thing I forgot to mention: The way I've implemented this workflow, it only triggers if you push a tag, but not if you create a tag via GitHub Releases. There's a more complicated setup that solves this problem, which we provide a tutorial for. But I think for your case, this simple approach should suffice 😄. |
I agree! Running into a little bug here, I think. I added the release tag, the ran the workflow manually. It uploaded a |
Ha, I added a |
Oh yeah, I missed that 😅 |
This is probably because you triggered it on the |
fzy 1.0.2 is live on luarocks and your windows builds should all succeed now. Thanks for the help! |
Yay 🚀 It's still failing on the windows GitHub runner I'm using, with
🤔 I wonder if that's a 32 bit vs 64 bit issue, since I'm using |
Oh, I know what it is. |
Closes #11