gh CLI or GitHub API.gh or REST API..github/workflows/mobile-build.yml from gha-workflow-and-downloads.md [blocked].actions/upload-artifact@v4 and capture artifact-id output.gh run download or GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}.| File | Description |
|---|---|
| gha-ios-composite-action.md [blocked] | Composite action.yml for iOS simulator .app.tar.gz builds and artifact upload |
| gha-android-composite-action.md [blocked] | Composite action.yml for Android emulator .apk builds and artifact upload |
| gha-workflow-and-downloads.md [blocked] | End-to-end workflow wiring plus gh and REST download commands |
| Problem | Start With |
|---|---|
Need CI iOS simulator .app.tar.gz artifact | gha-ios-composite-action.md [blocked] |
Need CI Android emulator .apk artifact | gha-android-composite-action.md [blocked] |
| Need one workflow to trigger both platform jobs | gha-workflow-and-downloads.md [blocked] |
| Need scripted artifact download | gha-workflow-and-downloads.md [blocked] |
Start with one job and grow from there.