From f0705cd1f9b625f926df5b316aaffa8853a39d93 Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Thu, 15 Feb 2024 10:56:13 +0100 Subject: [PATCH] Update workflow to add nymvisor binary --- .github/workflows/ci-build-upload-binaries.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-build-upload-binaries.yml b/.github/workflows/ci-build-upload-binaries.yml index afaae3536e..c6a8be1811 100644 --- a/.github/workflows/ci-build-upload-binaries.yml +++ b/.github/workflows/ci-build-upload-binaries.yml @@ -30,6 +30,7 @@ on: - "sdk/rust/nym-sdk/**" - "service-providers/**" - "tools/**" + - "nymvisor/**" jobs: publish-nym: @@ -105,6 +106,7 @@ jobs: target/release/nym-network-requester target/release/nym-network-statistics target/release/nym-cli + target/release/nymvisor retention-days: 30 # If this was a pull_request or nightly, upload to build server @@ -122,6 +124,7 @@ jobs: 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-cli $OUTPUT_DIR cp target/release/explorer-api $OUTPUT_DIR cp target/debian/*.deb $OUTPUT_DIR