ci: publish Codex++ release artifacts - #32
Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3e7ce3c109
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| gh release upload "$GITHUB_REF_NAME" dist/* scripts/install/install-codex-plus-plus.ps1 \ | ||
| --repo "$GITHUB_REPOSITORY" --clobber | ||
| else | ||
| gh release create "$GITHUB_REF_NAME" dist/* scripts/install/install-codex-plus-plus.ps1 \ |
There was a problem hiding this comment.
Attach the Unix installer to fork releases
For releases that include Linux and macOS archives, both publish paths only attach scripts/install/install-codex-plus-plus.ps1; the matching scripts/install/install-codex-plus-plus.sh exists in the repo but is never uploaded. Users installing from the GitHub release on Unix-like platforms therefore cannot fetch the provided Codex++ shim installer, while Windows users can.
Useful? React with 👍 / 👎.
3e7ce3c to
d278967
Compare
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep it up! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
ci: publish Codex++ release artifacts
ci: publish Codex++ release artifacts
Summary
Validation
vw_77f79020 clean after fixing Linux bwrap integrity, Windows SQLite flags, and release-token isolation
The workflow intentionally uses unsigned community builds and avoids upstream signing, npm, and OpenAI-only release infrastructure.