From f2eb690008552d027f0dcc341e10018d3f45ae0b Mon Sep 17 00:00:00 2001 From: Chevdor Date: Thu, 9 Jun 2022 14:18:07 +0200 Subject: [PATCH] Fix client workflow (#1292) --- .github/workflows/release-02_create-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-02_create-draft.yml b/.github/workflows/release-02_create-draft.yml index fe1c9979c8..82f7102dc5 100644 --- a/.github/workflows/release-02_create-draft.yml +++ b/.github/workflows/release-02_create-draft.yml @@ -157,7 +157,7 @@ jobs: run: | find ${{env.GITHUB_WORKSPACE}} -type f -name "*-srtool-digest.json" - if [ "$RELEASE_TYPE" == "client" ]; then + if [ "$RELEASE_TYPE" != "client" ]; then ls -al $SHELL_DIGEST || true ls -al $WESTMINT_DIGEST || true ls -al $STATEMINE_DIGEST || true