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

This commit is contained in:
Michael Bolin
2025-04-29 20:22:01 -07:00
parent 5122fe647f
commit 34bbb99494

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