mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
4cb3c76798
https://github.com/Homebrew/homebrew-core/pull/228521 details the issues I was having with the **Source code (tar.gz)** artifact for our GitHub releases not being quite right. I landed these PRs as stabs in the dark to fix this: - https://github.com/openai/codex/pull/1423 - https://github.com/openai/codex/pull/1430 Based on the insights from https://github.com/Homebrew/homebrew-core/pull/228521, I think those were wrong and the real problem was this: https://github.com/openai/codex/blob/6dad5c3b1799ac18f7c76a9612f24936682b3c1d/.github/workflows/rust-release.yml#L162 That is, I was manufacturing a new tag name on the fly instead of using the existing one. This PR reverts #1423 and #1430 and hopefully fixes how `tag_name` is set for the `softprops/action-gh-release@v2` step so the **Source code (tar.gz)** includes the correct files. Assuming this works, this should make the Homebrew formula straightforward.
4cb3c76798
ยท
2025-06-30 12:10:48 -07:00
History