brunodavi / brunodavi/flutter_cross_platform_ci_cd

Add Workflow for Building iOS Releases

Open
#22 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-ios-.yml`) to build a iOS 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 existing .github/workflows files and the linked app-finance workflow example, then compare the required GitHub Actions and GH-Release inputs. Use act with Docker to test the new build-ios-.yml workflow locally. Done means the workflow builds the iOS application and uploads the resulting release asset.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.