Update nym-release-publish.yml

This commit is contained in:
Mark Sinclair
2022-09-21 13:03:07 +01:00
committed by GitHub
parent 5d4da4e200
commit f56aca2e8b
@@ -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