Add CI: release the Windows guest exe on v* tags

Gitea Actions workflow that cross-compiles vmie-startup.exe (mingw-w64) and publishes a win64 zip (exe + LICENSE) to the tag's release. Builds only the Windows artifact; a .gitignore negation keeps .gitea/ tracked under the .*/ rule.
This commit is contained in:
2026-06-17 18:30:38 +03:00
parent 6125491ac3
commit 39d048f5fe
2 changed files with 73 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
.*/
!.gitea/
cmake-*/
compile*