-
Notifications
You must be signed in to change notification settings - Fork 3
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
Workflow to build all and release #89
Comments
Hi! I was wondering if I could take a look into this and see what I could do. Here to try to learn how to do github workflows. Also I was wondering, from the workflow you attached, they run it on macOS. I assume this workflow should use ubuntu? Edit: Just noticed that you already had workflows implemented. Does that mean the main focus should be on getting them released? |
Yup. This issue is asking to create a release GitHub action. Ideally, it should build the Windows and macOS versions and make a GitHub release (on run). The Linux version is a Flatpak, so you should edit |
Thank you for getting back to me! I'll look into it then. I don't think I have permissions to commit and push to the repo? |
Take inspiration from https://github.com/mq1/TinyWiiBackupManager/blob/0.3.8/.github/workflows/release.yml
The text was updated successfully, but these errors were encountered: