mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-18 17:35:42 +00:00
Fix client workflow (#1292)
This commit is contained in:
@@ -157,7 +157,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
find ${{env.GITHUB_WORKSPACE}} -type f -name "*-srtool-digest.json"
|
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 $SHELL_DIGEST || true
|
||||||
ls -al $WESTMINT_DIGEST || true
|
ls -al $WESTMINT_DIGEST || true
|
||||||
ls -al $STATEMINE_DIGEST || true
|
ls -al $STATEMINE_DIGEST || true
|
||||||
|
|||||||
Reference in New Issue
Block a user