From ecaa97038028e9696b88aee252d61ac799aab1d9 Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:38:54 +0100 Subject: [PATCH] Update build-upload-binaries.yml update build binary for this branch --- .github/workflows/build-upload-binaries.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-upload-binaries.yml b/.github/workflows/build-upload-binaries.yml index ee1271b4cd..4c72920e2a 100644 --- a/.github/workflows/build-upload-binaries.yml +++ b/.github/workflows/build-upload-binaries.yml @@ -10,7 +10,7 @@ on: type: boolean env: - NETWORK: mainnet + NETWORK: sandbox jobs: publish-nym: @@ -43,19 +43,12 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: --workspace --release + args: --release --features cpucycles --package nym-mixnode - name: Upload Artifact uses: actions/upload-artifact@v3 with: name: nym-binaries-artifacts path: | - target/release/nym-client - target/release/nym-gateway target/release/nym-mixnode - target/release/nym-socks5-client - target/release/nym-api - target/release/nym-network-requester - target/release/nym-network-statistics - target/release/nym-cli retention-days: 30