Commit Graph

7 Commits

Author SHA1 Message Date
bigjakk 11b585d409 fix(ci): ensure Linux electron binary, pass electronDist per-platform
Build and Release / build-and-release (push) Failing after 4m8s
electron-nightly may not auto-download the Linux binary on CI.
Add explicit step to trigger download if missing. Pass electronDist
as CLI override per-platform (dist-win for Windows, dist for Linux)
instead of in config. Write path.txt on all platforms like KPC.
2026-04-03 17:45:09 -07:00
bigjakk f82061a0ee fix(ci): add electronDist, validate artifacts before release
Build and Release / build-and-release (push) Failing after 2m39s
electron-builder couldn't resolve the Electron binary from the
electron-nightly npm alias, producing no output. Add explicit
electronDist to electron-builder.yml and validate artifacts exist
before creating the GitHub release to prevent empty releases.
2026-04-03 17:37:25 -07:00
bigjakk 7e89c64ccf fix(ci): install Wine from WineHQ repo for Ubuntu 24.04
Build and Release / build-and-release (push) Failing after 4m59s
2026-04-03 17:16:14 -07:00
bigjakk d6093bb5ec fix(ci): simplify system deps, add build output listing
Build and Release / build-and-release (push) Failing after 1m16s
2026-04-03 17:10:07 -07:00
bigjakk 41e7515519 fix(ci): grant contents write permission for release creation
Build and Release / build-and-release (push) Failing after 3m50s
2026-04-03 17:05:28 -07:00
bigjakk f2e8b4336f fix(ci): use curl instead of gh CLI for release creation
Build and Release / build-and-release (push) Failing after 4m16s
2026-04-03 17:00:55 -07:00
bigjakk a702c92031 chore: migrate from Gitea to GitHub
Build and Release / build-and-release (push) Failing after 4m6s
Replace Gitea CI workflow with GitHub Actions workflow using gh CLI
for release creation. Update auto-updater, changelog fetch, download
links, electron-builder publish config, and package.json homepage to
point at github.com/bigjakk/Krunker-Civilian-Client.
2026-04-03 16:50:19 -07:00