Skip to content

Commit 8c0cb9e

Browse files
committed
fix(release): build cli shell binary in release workflow
1 parent 9b0ee34 commit 8c0cb9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,10 +746,10 @@ jobs:
746746
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
747747
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
748748
- name: Build tnmsc binary (release, with embedded runtime)
749-
run: cargo build --release --target ${{ matrix.target }} -p tnmsc --features embedded-runtime
749+
run: cargo build --release --target ${{ matrix.target }} -p tnmsc-cli-shell --features tnmsc/embedded-runtime
750750
- name: Run tests (native only)
751751
if: ${{ !matrix.cross }}
752-
run: cargo test --release --target ${{ matrix.target }} -p tnmsc --features embedded-runtime
752+
run: cargo test --release --target ${{ matrix.target }} -p tnmsc-cli-shell --features tnmsc/embedded-runtime
753753
- name: Package (unix)
754754
if: runner.os != 'Windows'
755755
shell: bash

0 commit comments

Comments
 (0)