mirror of
https://github.com/avinal/nikki.git
synced 2026-07-04 05:50:10 +05:30
Add CI/CD workflows and release signing config
Build workflow: runs tests + assembles debug APK on pull requests. Release workflow: builds signed APK and uploads to GitHub release. Signing config reads keystore from env vars (set by CI secrets). Keystore files excluded from git. Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> Co-Authored-By: Claude Opus 4.6 (1M context)
This commit is contained in:
@@ -26,6 +26,10 @@ index.html
|
||||
script.js
|
||||
styles.css
|
||||
|
||||
# Signing
|
||||
*.jks
|
||||
*.keystore
|
||||
|
||||
# Dev artifacts
|
||||
PLAN.md
|
||||
Screenshot_*.png
|
||||
|
||||
Reference in New Issue
Block a user