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