File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3737 uses : dtolnay/rust-toolchain@1.74
3838
3939 - name : Build with minimum supported Rust version
40+ env :
41+ NAME : ${{steps.msrv.outputs.name}}
4042 run : |
41- cargo +${{steps.msrv.outputs.name}} test nonexistent-test --verbose
43+ cargo +$NAME test nonexistent-test --verbose
4244
4345 build :
4446 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 5858 sed '$ d' | awk '{$1=$1};1' > CHANGES.txt
5959
6060 - name : Create a release
61+ env :
62+ TAG : ${{ steps.tagName.outputs.version }}
6163 run : |
62- TAG=${{ steps.tagName.outputs.version }}
6364 cp target/release/cbindgen cbindgen-ubuntu22.04
6465 cp target/aarch64-unknown-linux-gnu/release/cbindgen cbindgen-ubuntu22.04-aarch64
6566 gh release create ${TAG} --title "${TAG}" --notes-file "CHANGES.txt" --draft cbindgen-ubuntu22.04 cbindgen-ubuntu22.04-aarch64
You can’t perform that action at this time.
0 commit comments