Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ermal Kaleci <[email protected]>
  • Loading branch information
Dinonard and ermalkaleci authored Sep 10, 2024
1 parent 7f98cb5 commit 3ff21c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3ff21c0

Please sign in to comment.