We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d39e36 commit 1ca4240Copy full SHA for 1ca4240
1 file changed
.github/workflows/upload-dev-build.yml
@@ -59,6 +59,11 @@ jobs:
59
cp temp-dist/plot-schema.json "upload/pr-$PR_NUM/$SHA/plot-schema.json"
60
cp -r "upload/pr-$PR_NUM/$SHA/plotly.js" "upload/pr-$PR_NUM/latest"
61
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
67
echo "PR_NUM=$PR_NUM" >> $GITHUB_OUTPUT
68
echo "SHA=$SHA" >> $GITHUB_OUTPUT
69
0 commit comments