Skip to content

Commit df993c2

Browse files
committed
fix tar command
1 parent 23b453d commit df993c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/scripts/upload_bundle.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ console.log("Creating archive...");
8585
exec(`tar \\
8686
--use-compress-program="zstd -T0 --adapt --exclude-compressed" \\
8787
-cf "${archivePath}" \\
88-
"${artifactsDir}"
88+
-C "${artifactsDir}" .
8989
`);
9090

9191
console.log(`Uploading v${version} artifacts...`);

0 commit comments

Comments
 (0)