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