Commit Graph

6 Commits

Author SHA1 Message Date
2505083fd7 Fix curl connection reset on registry upload
All checks were successful
Build Windows EXE / build (push) Successful in 48s
Discard response body with --output NUL and capture HTTP status code
via --write-out to avoid curl failing on connection reset after upload.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 18:21:58 -04:00
2cb71699b5 Use REGISTRY_USERNAME and REGISTRY_TOKEN for package registry auth
Some checks failed
Build Windows EXE / build (push) Failing after 1m46s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 18:16:04 -04:00
7e42fb232d Publish EXE to Gitea generic package registry
Some checks failed
Build Windows EXE / build (push) Failing after 46s
Replaces upload-artifact with a curl PUT to the generic registry.
Each build is versioned by run number (e.g. es24n-conf-windows/42/es24n_conf.exe).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 18:11:12 -04:00
76f9f5bbd5 Use upload-artifact@v3 — v4 not supported on self-hosted Gitea
All checks were successful
Build Windows EXE / build (push) Successful in 1m19s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 18:03:38 -04:00
001d80fed7 Use windows-latest runner label for build job
Some checks failed
Build Windows EXE / build (push) Failing after 1m56s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 17:36:16 -04:00
101173b18e Add Gitea Actions workflow to build Windows EXE
Some checks failed
Build Windows EXE / build (push) Has been cancelled
Builds on every push to main and on release publication.
Uploads the artifact on every build; attaches es24n_conf.exe
directly to any published release.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 17:33:52 -04:00