From 3ff21c02b6ffe84262fcba4d22d392e4ad06390b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dino=20Pa=C4=8Dandi?= <3002868+Dinonard@users.noreply.github.com> Date: Tue, 10 Sep 2024 08:19:28 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ermal Kaleci --- .github/workflows/release-client.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-client.yml b/.github/workflows/release-client.yml index d60386f6b..24db837a1 100644 --- a/.github/workflows/release-client.yml +++ b/.github/workflows/release-client.yml @@ -88,7 +88,7 @@ jobs: run: rustup target list --installed - name: Build optimized binary - run: cargo build --profile production --target ${{ matrix.target }} --locked + run: cargo build --profile production --target ${{ matrix.target }} --locked --bin astar-collator - name: Set artifact name env: @@ -149,7 +149,7 @@ jobs: run: rustup target list --installed - name: Build optimized binary - run: cargo build --locked --profile production + run: cargo build --locked --profile production --bin astar-collator - name: Show sccache stats run: sccache --show-stats