File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 }
1919 },
2020
21- "codex-cli " : {
21+ "codex" : {
2222 "platforms" : {
23- "macos-aarch64" : { "regex" : " ^codex-cli- aarch64-apple-darwin\\ .zst$" , "path" : " codex-cli " },
24- "macos-x86_64" : { "regex" : " ^codex-cli- x86_64-apple-darwin\\ .zst$" , "path" : " codex-cli " },
25- "linux-x86_64" : { "regex" : " ^codex-cli- x86_64-unknown-linux-musl\\ .zst$" , "path" : " codex-cli " },
26- "linux-aarch64" : { "regex" : " ^codex-cli- aarch64-unknown-linux-gnu\\ .zst$" , "path" : " codex-cli " }
23+ "macos-aarch64" : { "regex" : " ^codex-aarch64-apple-darwin\\ .zst$" , "path" : " codex" },
24+ "macos-x86_64" : { "regex" : " ^codex-x86_64-apple-darwin\\ .zst$" , "path" : " codex" },
25+ "linux-x86_64" : { "regex" : " ^codex-x86_64-unknown-linux-musl\\ .zst$" , "path" : " codex" },
26+ "linux-aarch64" : { "regex" : " ^codex-aarch64-unknown-linux-gnu\\ .zst$" , "path" : " codex" }
2727 }
2828 },
2929
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104
105105 cp target/${{ matrix.target }}/release/codex-repl "$dest/codex-repl-${{ matrix.target }}"
106106 cp target/${{ matrix.target }}/release/codex-exec "$dest/codex-exec-${{ matrix.target }}"
107- cp target/${{ matrix.target }}/release/codex-cli "$dest/codex-cli -${{ matrix.target }}"
107+ cp target/${{ matrix.target }}/release/codex "$dest/codex-${{ matrix.target }}"
108108
109109 - if : ${{ matrix.target == 'x86_64-unknown-linux-musl' }} || ${{ matrix.target == 'aarch64-unknown-linux-gnu' }}
110110 name : Stage Linux-only artifacts
You can’t perform that action at this time.
0 commit comments