github-actions

Installation
SKILL.md

GitHub Actions Build Artifacts

Overview

Reusable GitHub Actions patterns to build React Native apps for iOS simulators and Android emulators in the cloud, then publish artifacts retrievable via gh CLI or GitHub API.

When to Apply

Use this skill when:

  • Creating CI workflows that build React Native simulator/emulator artifacts.
  • Uploading iOS simulator and Android emulator installables from PRs or manual dispatch runs.
  • Replacing local-only mobile builds with downloadable CI artifacts.
  • Needing stable artifact IDs/names for scripted retrieval with gh or REST API.

Quick Reference

  1. Add composite actions from [gha-ios-composite-action.md][gha-ios-composite-action] and [gha-android-composite-action.md][gha-android-composite-action].
  2. Wire them into .github/workflows/mobile-build.yml from [gha-workflow-and-downloads.md][gha-workflow-and-downloads].
  3. Upload with actions/upload-artifact@v4 and capture artifact-id output.
Related skills
Installs
2.6K
GitHub Stars
1.3K
First Seen
Mar 5, 2026