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 623dfcb commit 8dc1dfeCopy full SHA for 8dc1dfe
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