Skip to content

Commit 1ca4240

Browse files
committed
more print statements
1 parent 8d39e36 commit 1ca4240

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
cp temp-dist/plot-schema.json "upload/pr-$PR_NUM/$SHA/plot-schema.json"
6060
cp -r "upload/pr-$PR_NUM/$SHA/plotly.js" "upload/pr-$PR_NUM/latest"
6161
62+
UPLOAD_DIR_PATH=$(pwd)/upload/
63+
64+
echo "Created directory $UPLOAD_DIR_PATH" with the following full contents:"
65+
echo "$(ls -la $UPLOAD_DIR_PATH)"
66+
6267
echo "PR_NUM=$PR_NUM" >> $GITHUB_OUTPUT
6368
echo "SHA=$SHA" >> $GITHUB_OUTPUT
6469

0 commit comments

Comments
 (0)