diff --git a/.github/workflows/ci-build-upload-binaries.yml b/.github/workflows/ci-build-upload-binaries.yml index 8ceb473118..02803c4327 100644 --- a/.github/workflows/ci-build-upload-binaries.yml +++ b/.github/workflows/ci-build-upload-binaries.yml @@ -104,8 +104,6 @@ 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 @@ -123,8 +121,6 @@ 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