mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 16:08:08 +00:00
Fix client workflow (#1292)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user