brunodavi / brunodavi/flutter_cross_platform_ci_cd

Add Workflow for Building Web Releases

Open
#24 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Create a [GitHub Action][docs-gh-action] workflow (`build-web-.yml`) to build a Web applications

- Use [GH-Release][docs-gh-release] to upload the a release asset.
- Refer to this [example workflow][app-example] as a starting point.
- Test your workflow locally before submitting a Pull Request using [act][repo-act] with [Docker][docs-install-docker].

[docs-gh-action]: https://docs.github.com/en/actions

[docs-gh-release]: https://github.com/marketplace/actions/gh-release

[app-example]:
https://github.com/lyskouski/app-finance/blob/main/.github/workflows/build.yml

[repo-act]: https://github.com/nektos/act

[docs-install-docker]: https://docs.docker.com/engine/install

[docs-install-docker-windows]: https://docs.docker.com/engine/install/binaries/#install-server-and-client-binaries-on-windows

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the example workflow at .github/workflows/build.yml and compare it with the requested build-web-.yml workflow. Use act with Docker to test the workflow locally. Done means the workflow builds the web application and uploads the resulting release asset with GH-Release.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, flutter, github-actions
Domain
ci-cd, devops, release
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.