Skip to content

Commit 7e332b1

Browse files
committed
remove github workspace for directories
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 3ac9cf7 commit 7e332b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/node-flow-build-application.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)