File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 if : ${{ !cancelled() && always() }}
162162 run : |
163163 echo "Contents of GITHUB_WORKSPACE/hedera-node/test-clients/build/:"
164- ls -lh $"{GITHUB_WORKSPACE}"/ hedera-node/test-clients/build/
164+ ls -lh hedera-node/test-clients/build/
165165 echo "Contents of current directory:"
166166 ls -lh .
167167
@@ -173,9 +173,9 @@ jobs:
173173 retention-days : 7
174174 path : |
175175 run.log
176- $"{GITHUB_WORKSPACE}"/ hedera-node/test-clients/build/*.log
177- $"{GITHUB_WORKSPACE}"/ hedera-node/test-clients/build/*.blk.gz
178- $"{GITHUB_WORKSPACE}"/ hedera-node/test-clients/build/*.rcd.gz
176+ hedera-node/test-clients/build/*.log
177+ hedera-node/test-clients/build/*.blk.gz
178+ hedera-node/test-clients/build/*.rcd.gz
179179
180180# - name: Get Commit Information
181181# id: fetch-commit-info
You can’t perform that action at this time.
0 commit comments