Skip to content

Commit

Permalink
Update workflow to add nymvisor binary
Browse files Browse the repository at this point in the history
  • Loading branch information
benedettadavico committed Feb 15, 2024
1 parent 3771cb9 commit f0705cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-build-upload-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ on:
- "sdk/rust/nym-sdk/**"
- "service-providers/**"
- "tools/**"
- "nymvisor/**"

jobs:
publish-nym:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f0705cd

Please sign in to comment.