diff --git a/.github/workflows/ci-build-upload-binaries.yml b/.github/workflows/ci-build-upload-binaries.yml index 1da94877fa4..928cd92a529 100644 --- a/.github/workflows/ci-build-upload-binaries.yml +++ b/.github/workflows/ci-build-upload-binaries.yml @@ -79,7 +79,6 @@ jobs: target/release/nym-socks5-client target/release/nym-api target/release/nym-network-requester - target/release/nym-data-observatory target/release/nym-cli target/release/nymvisor target/release/nym-node @@ -97,7 +96,6 @@ jobs: 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-data-observatory $OUTPUT_DIR cp target/release/nymvisor $OUTPUT_DIR cp target/release/nym-node $OUTPUT_DIR cp target/release/nym-cli $OUTPUT_DIR