-
Notifications
You must be signed in to change notification settings - Fork 370
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
Add automatic builds for Linux/Windows #24
base: main
Are you sure you want to change the base?
Conversation
Neat, but you might want to add the GitHub release step so it's shown in the Releases section. |
Hmmmm I wonder if I've got it right, the if check might be futile but I don't see what other name I could give to the releases |
For future reference, instead of submitting a PR with 19 commits with the same title, you can always E.X. New commit making changes to same file on top of another commit |
You can also just squash-merge the PR to clean up the history while merging it. |
I will look into that, thanks. I usually give a minimal description to my commits, but this time I used the website's API so it ends up looking pretty messy and not very informative |
First time I do this so I don't know if my workflow is any good, and I did unashamedly cross-reference some github template examples with AI coding tools but after testing them the artifacts seem to run like intended.