ci: add macos dmg release workflow

This commit is contained in:
nimbold
2026-06-01 09:07:07 +03:30
parent d1bc8b4e6b
commit 57c2c0093c
6 changed files with 131 additions and 4 deletions
+12
View File
@@ -82,6 +82,18 @@ Or build a production `.app` bundle:
make app && open build/Firelink.app
```
Create a local Apple Silicon DMG:
```bash
make dmg
```
### Release
GitHub Actions builds and publishes the macOS ARM64 DMG when a version tag is pushed:
```bash
git tag v0.1.0
git push origin v0.1.0
```
---
## 🗺️ Roadmap