-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Example Github workflows file #215
Comments
you can use terminal from GitHub workflow |
This is what I've come up with: However it only does an Android release and not any of the others. |
That's good |
I kind of want to adapt the file to make it more responsive, so I can use the same file in multiple applications. Such as ones which don't have an android target for instance without modification, I guess once it's at a certain point it's suitable for conversion into a github action along the lines of the goreleaser one https://github.com/goreleaser/goreleaser-action |
This is a project of mine, developed using flutter, using GitHub Actions as a continuous integration and continuous delivery system, and includes almost all commonly used build formats. Reference: https://github.com/picguard/picguard/blob/main/.github/workflows/release.yml |
Is there any example of the best "supported" github workflow file for building and releasing this?
The text was updated successfully, but these errors were encountered: