Commit Graph

2 Commits

Author SHA1 Message Date
Imrayya 234965b1e1 ci: add draft release steps to both workflows
Build Android APK / build (push) Failing after 3m42s
Build Server .exe / build (push) Has been cancelled
- build-exe.yml: publishes PaperDash.exe to rolling-draft release
- build-apk.yml: publishes app-debug.apk to android-rolling-draft release
- Both use ncipollo/release-action with draft:true and allowUpdates
2026-07-01 11:27:47 +00:00
Imrayya ad84bc52ce ci: add Gitea Actions workflows for .exe and APK builds
- build-exe.yml: Python server → PyInstaller → PaperDash.exe (windows-latest)
- build-apk.yml: Android project → Gradle → app-debug.apk (ubuntu-latest)
- Both trigger on push/PR to main when relevant paths change
2026-07-01 11:22:13 +00:00