Commit Graph

14 Commits

Author SHA1 Message Date
hobokenchicken e7deb84660 fix(ci): manually configure caching using actions/cache@v3 for gitea compatibility 2026-07-16 13:03:56 -04:00
hobokenchicken 76230bb9d6 fix(ci): recursively glob artifact files to prevent empty releases 2026-07-16 12:47:45 -04:00
hobokenchicken 908b87eb5d fix(ci): correct rustup download URL for windows 2026-07-16 12:22:18 -04:00
hobokenchicken e62f551e2f fix(ci): use valid release action (softprops/action-gh-release) 2026-07-16 12:17:30 -04:00
hobokenchicken 83409cef0d chore(ci): add rust and npm caching to speed up builds 2026-07-16 11:02:23 -04:00
hobokenchicken a99714eec6 fix(ci): downgrade artifact actions to v3 for gitea compatibility 2026-07-16 10:46:54 -04:00
hobokenchicken 6a24b6f335 fix(ci): use curl and CI=true to prevent Windows runner hang 2026-07-16 10:33:46 -04:00
hobokenchicken 87a49118b5 added rpm to apt get list 2026-07-16 14:08:08 +00:00
hobokenchicken 19a3ea489b fix: use powershell -Command for download, keep shell:cmd for execution 2026-07-07 19:46:27 +00:00
hobokenchicken a086a575be fix: Windows build — use cmd shell to avoid PowerShell execution policy 2026-07-07 19:19:55 +00:00
hobokenchicken 83eb6ea2f7 fix: use powershell instead of pwsh for Windows runner 2026-07-07 19:18:33 +00:00
hobokenchicken c83319ba37 fix: windows build — use pwsh instead of bash for Rust install 2026-07-07 19:17:42 +00:00
hobokenchicken 1ab5cfd721 fix: release workflow for Gitea Actions (runner labels + gitea-release-action) 2026-07-07 14:19:22 -04:00
hobokenchicken ca64608e12 ci: Gitea Actions release workflow for Linux + Windows desktop builds
Triggers on v* tags. Builds AppImage/deb/rpm on Linux runner,
MSI/NSIS on Windows runner, then creates a release with all assets.
Requires self-hosted runners registered in Gitea Actions.
2026-07-06 14:48:59 -04:00