diff --git a/.github/workflows/publish-nym-binaries.yml b/.github/workflows/publish-nym-binaries.yml index 618304e9ae..073d083344 100644 --- a/.github/workflows/publish-nym-binaries.yml +++ b/.github/workflows/publish-nym-binaries.yml @@ -66,7 +66,6 @@ jobs: with: name: my-artifact path: | - target/release/explorer-api target/release/nym-client target/release/nym-socks5-client target/release/nym-api @@ -82,7 +81,6 @@ jobs: if: github.event_name == 'release' with: files: | - target/release/explorer-api target/release/nym-client target/release/nym-socks5-client target/release/nym-api