Skip to content

ci: add nightly build workflow#44

Merged
owainlewis merged 1 commit into
mainfrom
codex/37-nightly
Jun 22, 2026
Merged

ci: add nightly build workflow#44
owainlewis merged 1 commit into
mainfrom
codex/37-nightly

Conversation

@owainlewis

Copy link
Copy Markdown
Owner

Summary

  • add a manually runnable and scheduled Nightly workflow
  • build the macOS release binary from main
  • upload clearly named nightly artifacts plus checksum as GitHub Actions artifacts
  • keep permissions read-only so stable tag releases are not modified

Verification

  • Ruby YAML parse for .github/workflows/nightly.yml
  • local cargo build --release
  • local packaging smoke test: created nightly tarball, verified checksum, unpacked binary, ran cortex --version
  • subagent review found no issues

Notes

  • actionlint is not installed locally
  • the workflow still needs to be run manually after merge because GitHub only exposes new workflow_dispatch workflows from the default branch

Closes #37

@owainlewis owainlewis merged commit 68078f6 into main Jun 22, 2026
1 check passed
@owainlewis owainlewis deleted the codex/37-nightly branch June 22, 2026 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[infra] Add nightly build workflow

1 participant