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