From f56aca2e8bff20f83ebde53884a95db4394f2f86 Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Wed, 21 Sep 2022 13:03:07 +0100 Subject: [PATCH] Update nym-release-publish.yml --- .github/workflows/nym-release-publish.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/nym-release-publish.yml b/.github/workflows/nym-release-publish.yml index 29772ca847..504c653e3b 100644 --- a/.github/workflows/nym-release-publish.yml +++ b/.github/workflows/nym-release-publish.yml @@ -47,6 +47,14 @@ jobs: with: command: build args: --workspace --release + if: github.event_name != 'workflow_dispatch' && inputs.add_tokio_unstable == false + + - name: Build all binaries (with tokio console) + uses: actions-rs/cargo@v1 + with: + command: build + args: --workspace --release --features console-subscriber + if: github.event_name == 'workflow_dispatch' && inputs.add_tokio_unstable == true - name: Upload Artifact uses: actions/upload-artifact@v3