Commit graph

7 commits

Author SHA1 Message Date
X9 Dev
d6fa73be56 ci: use sh shell (alpine has no bash)
Some checks failed
release / build-and-release (push) Failing after 3s
2026-04-16 11:56:17 +02:00
X9 Dev
2df894006f ci: fix working-directory and use internal Forgejo URL for git clone
Some checks failed
release / build-and-release (push) Failing after 1s
2026-04-16 11:56:01 +02:00
X9 Dev
bc9184345d ci: trigger build with fixed runner config
Some checks failed
release / build-and-release (push) Failing after 1s
2026-04-16 11:55:17 +02:00
X9 Dev
5d0c73b514 ci: add workflow file itself to trigger paths
Some checks failed
release / build-and-release (push) Failing after 2s
2026-04-16 11:49:47 +02:00
X9 Dev
76eb7dd8d7 ci: remove redundant container directive, runner label handles it 2026-04-16 11:47:15 +02:00
X9 Dev
528dba0e38 ci: remove redundant setup-go, golang container has it pre-installed 2026-04-16 11:43:23 +02:00
X9 Dev
9a4afbf913 Add CI/CD: auto-build and publish xetup.exe on push to main
- .forgejo/workflows/release.yml: builds Windows exe on Go/script changes,
  deletes and recreates floating 'latest' release with new asset
- web/nginx.conf: /dl now points to .../download/latest/xetup.exe permanently
- runner.go: fix embed.FS path separator (filepath -> path) for Windows compat

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 11:37:17 +02:00