We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f81f3 commit 851b874Copy full SHA for 851b874
.github/workflows/rust.yml
@@ -125,10 +125,10 @@ jobs:
125
- name: Build Rust Binary
126
run: |
127
cargo build --release --verbose --bin mcim-rust-api
128
- cargo build --verbose --bin mcim-rust-api-debug
+ cargo build --verbose --bin mcim-rust-api
129
mkdir -p build_output
130
- cp target/release/mcim-rust-api build_output/
131
- cp target/debug/mcim-rust-api-debug build_output/
+ cp target/release/mcim-rust-api build_output/mcim-rust-api
+ cp target/debug/mcim-rust-api build_output/mcim-rust-api-debug
132
133
- name: Upload Rust Binary Artifact
134
uses: actions/upload-artifact@v4
0 commit comments