Skip to content

Commit d7551f1

Browse files
Fix tarball creation to extract files at root level
Removed --transform flag to avoid creating nested server-hub/ directory. Files now extract directly to target directory without extra nesting.
1 parent 370ab68 commit d7551f1

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

create-release-tarball.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ tar -czf "$TARBALL_NAME" \
1919
--exclude='.gitignore' \
2020
--exclude='latest-release' \
2121
--exclude='create-release-tarball.sh' \
22-
--transform "s,^,server-hub/," \
2322
*
2423

2524
echo "✅ Tarball created: $TARBALL_NAME"

latest-release/server-hub.tar.gz

-18 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)