From 37e4f73e04328e78713a6347db20590d55f2ecf3 Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:00:52 +0200 Subject: [PATCH] remove explorer-api from workflow --- .github/workflows/publish-nym-binaries.yml | 2 -- 1 file changed, 2 deletions(-) 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