github-actions
Installation
SKILL.md
ClaudeBar GitHub Actions
Three workflows live in .github/workflows/. See reference files for setup and troubleshooting.
Workflows at a Glance
| Workflow | Trigger | Runner | Purpose |
|---|---|---|---|
build.yml |
push/PR to main, develop | macos-15 | Debug + release build verification |
tests.yml |
push/PR to main, develop | macos-26 | Unit tests + Codecov coverage upload |
release.yml |
v* tag push OR manual |
macos-15 | Sign → notarize → DMG → GitHub release → appcast |
Create a Release
Option A — Tag (recommended):