From e20ed854df5c915e0a0040ae871ae02fdaaa28d7 Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Tue, 29 Aug 2023 11:46:14 +0200 Subject: [PATCH] check outputs --- .github/workflows/nym-release-publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/nym-release-publish.yml b/.github/workflows/nym-release-publish.yml index 3d75dac6aa..5a7c610613 100644 --- a/.github/workflows/nym-release-publish.yml +++ b/.github/workflows/nym-release-publish.yml @@ -97,6 +97,11 @@ jobs: target/release/nym-network-statistics target/release/nym-cli + - id: echo-outputs + name: echo output for assets + run: | + echo "data from release: $ ${{ steps.create-release.outputs }}" + - id: release-info name: Prepare release info run: | @@ -130,6 +135,7 @@ jobs: run: | echo "::set-output name=platform::$(uname -r)" + push-release-data-client: if: ${{ (startsWith(github.ref, 'refs/tags/nym-binaries-') && github.event_name == 'release') || github.event_name == 'workflow_dispatch' }} uses: ./.github/workflows/push-release-data.yml