Update nym-release-publish.yml

This commit is contained in:
Mark Sinclair
2022-11-30 10:26:42 +00:00
committed by GitHub
parent de7c1b760f
commit 8e60f7423f
+2 -2
View File
@@ -79,9 +79,9 @@ jobs:
retention-days: 30
- uses: AButler/upload-release-assets@v2.0
# see https://stackoverflow.com/questions/71045674/how-to-check-if-an-optional-workflow-dispatch-input-is-set-or-not
if: "${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_tag != '' }}"
with:
# see https://stackoverflow.com/questions/71045674/how-to-check-if-an-optional-workflow-dispatch-input-is-set-or-not
if: "${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_tag != '' }}"
files: 'target/release/nym-client;target/release/nym-gateway;target/release/nym-mixnode;target/release/nym-socks5-client;target/release/nym-validator-api;target/release/nym-network-requester;target/release/nym-network-statistics;target/release/nym-cli'
release-tag: ${{ inputs.release_tag }}