Skip to content

Commit 29458fa

Browse files
committed
more print statements
1 parent 1ca4240 commit 29458fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/upload-dev-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
6262
UPLOAD_DIR_PATH=$(pwd)/upload/
6363
64-
echo "Created directory $UPLOAD_DIR_PATH" with the following full contents:"
65-
echo "$(ls -la $UPLOAD_DIR_PATH)"
64+
echo "Created directory ${UPLOAD_DIR_PATH} with the following full contents:"
65+
echo "$(ls -la ${UPLOAD_DIR_PATH})"
6666
6767
echo "PR_NUM=$PR_NUM" >> $GITHUB_OUTPUT
6868
echo "SHA=$SHA" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)