Skip to content
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

Open
arran4 opened this issue Aug 23, 2024 · 5 comments
Open

Example Github workflows file #215

arran4 opened this issue Aug 23, 2024 · 5 comments

Comments

@arran4
Copy link
Contributor

arran4 commented Aug 23, 2024

Is there any example of the best "supported" github workflow file for building and releasing this?

@M97Chahboun
Copy link
Contributor

you can use terminal from GitHub workflow

@arran4
Copy link
Contributor Author

arran4 commented Sep 2, 2024

This is what I've come up with:
https://github.com/arran4/send_to_linkwarden/blob/main/.github/workflows/release.yaml

However it only does an Android release and not any of the others.

@M97Chahboun
Copy link
Contributor

That's good
you can also follow this issue I will working on it for have template support all platforms
bixat/flutter_ci_cd#125

@arran4
Copy link
Contributor Author

arran4 commented Sep 3, 2024

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

@kjxbyz
Copy link

kjxbyz commented Sep 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants