forked from github-such-software/hash-wallet
CI: add Hash Bags Windows build workflow (manual trigger) #26
Reference in New Issue
Block a user
Delete Branch "github-such-software/hash-wallet:dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Phase 1 Windows CI. workflow_dispatch only — runs on the self-hosted Windows
runner registered with label "windows:host". Produces an unsigned release
zip with the Flutter Windows .exe + MSVC runtime DLLs.
Mirrors hashwallet.bat (the upstream Cake Windows build script) but lifted
into Gitea Actions YAML and using the same secret-injection + codegen
patterns as build-android.yml. Inno Setup installer step deferred until
build_exe_installer.iss is rebranded from Cake → Hash Bags.
setup-windows-runner.ps1 (the one-shot toolchain install script for the
runner host) is gitignored — it's runner-side infra, not part of the app.
Issue Number (if Applicable): Fixes #
Description
Please include a summary of the changes and which issue is fixed / feature is added.
Pull Request - Checklist