From ebac4e85642d63c981fe2e852376a2ca11e97a4e Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Thu, 4 Jul 2024 09:57:37 +0200 Subject: [PATCH] Update ci-build-upload-binaries.yml --- .github/workflows/ci-build-upload-binaries.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci-build-upload-binaries.yml b/.github/workflows/ci-build-upload-binaries.yml index 5a0f325b45..02803c4327 100644 --- a/.github/workflows/ci-build-upload-binaries.yml +++ b/.github/workflows/ci-build-upload-binaries.yml @@ -104,12 +104,9 @@ jobs: 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 target/release/nymvisor target/release/nym-node @@ -124,12 +121,9 @@ jobs: OUTPUT_DIR: ci-builds/${{ github.ref_name }} run: | cp target/release/nym-client $OUTPUT_DIR - cp target/release/nym-gateway $OUTPUT_DIR - cp target/release/nym-mixnode $OUTPUT_DIR cp target/release/nym-socks5-client $OUTPUT_DIR cp target/release/nym-api $OUTPUT_DIR cp target/release/nym-network-requester $OUTPUT_DIR - cp target/release/nym-network-statistics $OUTPUT_DIR cp target/release/nymvisor $OUTPUT_DIR cp target/release/nym-node $OUTPUT_DIR cp target/release/nym-cli $OUTPUT_DIR