Skip to content

Commit ed5629e

Browse files
committed
fix: Clean release tarball from internals
1 parent 12f4c01 commit ed5629e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/mk-release-package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ else
4747
git ls-files $sub_path | git checkout-index --stdin -qf --prefix="$dist_path.tmp/"
4848
mv -T "$dist_path.tmp/$sub_path/" "$dist_path/"
4949
fi
50+
rm -rf $dist_path/.github
5051
echo "$version" >$dist_path/.version
5152
tar -czf "build/$dist_name.tar.gz" -C "build" "$dist_name"
5253

0 commit comments

Comments
 (0)