Loading...
Loading...
GitHub Actions workflow patterns for React Native iOS simulator and Android emulator cloud builds with downloadable artifacts. Use when setting up CI build pipelines or downloading GitHub Actions artifacts via gh CLI and GitHub API.
npx skill4agent add callstackincubator/agent-skills github-actionsghgh.github/workflows/mobile-build.ymlactions/upload-artifact@v4artifact-idgh run downloadGET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}| File | Description |
|---|---|
| gha-ios-composite-action.md | Composite |
| gha-android-composite-action.md | Composite |
| gha-workflow-and-downloads.md | End-to-end workflow wiring plus |
| Problem | Start With |
|---|---|
Need CI iOS simulator | gha-ios-composite-action.md |
Need CI Android emulator | gha-android-composite-action.md |
| Need one workflow to trigger both platform jobs | gha-workflow-and-downloads.md |
| Need scripted artifact download | gha-workflow-and-downloads.md |