fix: add another place where $dest was missing in rust-release.yml (#747)

I thought https://github.com/openai/codex/pull/745 was the last fix I
needed, but apparently not.
This commit is contained in:
Michael Bolin
2025-04-29 20:23:54 -07:00
committed by GitHub
parent 5122fe647f
commit e42dacbdc8
3 changed files with 5 additions and 4 deletions

View File

@@ -116,6 +116,7 @@ jobs:
- name: Compress artifacts
shell: bash
run: |
dest="dist/${{ matrix.target }}"
zstd -T0 -19 --rm "$dest"/*
- uses: actions/upload-artifact@v4