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 19dabc0 commit e329f39Copy full SHA for e329f39
scripts/utils/upload-artifact.sh
@@ -12,7 +12,7 @@ if [[ "$SIGNED_URL" == "null" ]]; then
12
exit 1
13
fi
14
15
-UPLOAD_RESPONSE=$(tar -cz dist | curl -v -X PUT \
+UPLOAD_RESPONSE=$(tar -cz "${BUILD_PATH:-dist}" | curl -v -X PUT \
16
-H "Content-Type: application/gzip" \
17
--data-binary @- "$SIGNED_URL" 2>&1)
18
0 commit comments