Skip to content

Commit

Permalink
ci: building only tanssi-relay for publish-binary-tannsi-relay and pr…
Browse files Browse the repository at this point in the history
…epare-tannsi-relay-binary
  • Loading branch information
Aleksandar Brayanov committed Sep 26, 2024
1 parent 25a70f3 commit 7d82c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-tanssi-relay-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Rust toolchain
run: rustup show
- name: Build Node
run: cargo build --profile=production --all
run: cargo build --profile=production -p tanssi-relay
- name: Save dancelight binary
if: ${{ matrix.cpu == '' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-binary-tannsi-relay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Rust toolchain
run: rustup show
- name: Build Node
run: cargo build --profile=production --all
run: cargo build --profile=production -p tanssi-relay
- name: Save dancelight binary
if: ${{ matrix.cpu == '' }}
run: |
Expand Down

0 comments on commit 7d82c76

Please sign in to comment.