Add GitHub Actions workflows that produce signed multi-platform artifacts on Semantic versioning tag push and gate PRs with ./gradlew check & an iOS compile-check.
-
Configured builds
- Android - signed AAB + APK
- Linux -
.deb, .rpm, portable .tar.gz
- Windows -
.msi
- macOS -
.dmg (Apple Silicon)
- Web - Wasm bundle (zipped, attached to Release; deployed to GitHub Pages for stable releases only)
-
Build checks on every PR and on pushes to main
-
Gradle config - env-driven versionName/versionCode, opt-in release signing (enableV1Signing = false; enableV2Signing = true), keystore.properties local fallback.
Add GitHub Actions workflows that produce signed multi-platform artifacts on Semantic versioning tag push and gate PRs with
./gradlew check& an iOS compile-check.Configured builds
.deb,.rpm, portable.tar.gz.msi.dmg(Apple Silicon)Build checks on every PR and on pushes to
mainGradle config - env-driven
versionName/versionCode, opt-in release signing (enableV1Signing = false; enableV2Signing = true),keystore.propertieslocal fallback.