ci: release windows exe to gitea release on v* tags

- .gitea/workflows/release.yml: mingw-w64 cross-compile in container, package exe+LICENSE, publish to the tag release via Gitea API
- LICENSE: MIT
- .gitignore: un-ignore .gitea/
This commit is contained in:
2026-06-17 17:58:18 +03:00
parent d5518634cc
commit 34a52659af
3 changed files with 94 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
.*/
!.gitea/
cmake-*/
compile*
docs/plans/