Skip to content
Snippets Groups Projects
Commit ad365954 authored by Chevdor's avatar Chevdor Committed by GitHub
Browse files

Fix client workflow (#1292)

parent 07ad234b
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment