Commit Graph
4 Commits
Author SHA1 Message Date
doloro 105f9359e3 fix: drop stale continuous entry, ci only on tags
continuous / Publish continuous release (push) Successful in 14s
2026-09-19 18:10:31 +01:00
doloro c4ed44e00b ci: run the vpm scripts through bash
ci / Nix flake checks (push) Successful in 9s
release / Publish VPM release (push) Successful in 12s
The nix runner has no /usr/bin/env, so the '#!/usr/bin/env bash' shebang
cannot resolve; invoke the scripts as arguments to bash instead.
2026-09-19 17:52:06 +01:00
doloro e82f2b7de7 ci: target this instance's nix runner
ci / Nix flake checks (push) Failing after 1h6m15s
- run on the 'nix' label with Nix preinstalled; drop the installer action
- replace the inline release API calls with vpm/publish.sh
- add curl to the devShell for the publish step
2026-09-19 16:09:21 +01:00
doloro a1b81b8eb7 flake: emit Unity bundle zip; add Gitea Actions CI/release; publish VPM index
ci / build (push) Canceled after 0s
- flake.nix: install the libaac cdylib alongside aac-dump and zip it with
  the C# Unity packages as the default package
- .gitea/workflows: build+package on push/PR, publish release on v* tags
- vpm: commit the repository index and packaging script, with VPM_INDEX and
  VPM_INDEX_URL overrides for generating a local listing
2026-09-19 16:07:43 +01:00