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 23b453d commit df993c2Copy full SHA for df993c2
packages/playground/scripts/upload_bundle.mjs
@@ -85,7 +85,7 @@ console.log("Creating archive...");
85
exec(`tar \\
86
--use-compress-program="zstd -T0 --adapt --exclude-compressed" \\
87
-cf "${archivePath}" \\
88
- "${artifactsDir}"
+ -C "${artifactsDir}" .
89
`);
90
91
console.log(`Uploading v${version} artifacts...`);
0 commit comments