Skip to content

Commit e42dacb

Browse files
authored
fix: add another place where $dest was missing in rust-release.yml (#747)
I thought #745 was the last fix I needed, but apparently not.
1 parent 5122fe6 commit e42dacb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/rust-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
- name: Compress artifacts
117117
shell: bash
118118
run: |
119+
dest="dist/${{ matrix.target }}"
119120
zstd -T0 -19 --rm "$dest"/*
120121
121122
- uses: actions/upload-artifact@v4

codex-rs/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codex-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "0.0.2504292006"
15+
version = "0.0.2504292236"
1616

1717
[profile.release]
1818
lto = "fat"

0 commit comments

Comments
 (0)