chore: fix errors in .github/workflows/rust-release.yml and prep 0.0.2504292006 release

This commit is contained in:
Michael Bolin
2025-04-29 20:10:14 -07:00
parent 1a39568e03
commit b587b76d43
3 changed files with 6 additions and 5 deletions

View File

@@ -106,10 +106,11 @@ jobs:
cp target/${{ matrix.target }}/release/codex-exec "$dest/codex-exec-${{ matrix.target }}"
cp target/${{ matrix.target }}/release/codex "$dest/codex-${{ matrix.target }}"
- if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }} || ${{ matrix.target == 'aarch64-unknown-linux-gnu' }}
- if: ${{ matrix.target == 'x86_64-unknown-linux-musl' || matrix.target == 'aarch64-unknown-linux-gnu' }}
name: Stage Linux-only artifacts
shell: bash
run: |
dest="dist/${{ matrix.target }}"
cp target/${{ matrix.target }}/release/codex-linux-sandbox "$dest/codex-linux-sandbox-${{ matrix.target }}"
- name: Compress artifacts

6
codex-rs/Cargo.lock generated
View File

@@ -469,7 +469,7 @@ dependencies = [
[[package]]
name = "codex-cli"
version = "0.0.2504291954"
version = "0.0.2504292006"
dependencies = [
"anyhow",
"clap",
@@ -524,7 +524,7 @@ dependencies = [
[[package]]
name = "codex-exec"
version = "0.0.2504291954"
version = "0.0.2504292006"
dependencies = [
"anyhow",
"chrono",
@@ -559,7 +559,7 @@ dependencies = [
[[package]]
name = "codex-repl"
version = "0.0.2504291954"
version = "0.0.2504292006"
dependencies = [
"anyhow",
"clap",

View File

@@ -12,7 +12,7 @@ members = [
]
[workspace.package]
version = "0.0.2504291954"
version = "0.0.2504292006"
[profile.release]
lto = "fat"