Skip to content

Commit 56e9aac

Browse files
authored
Actually gzip the tarballs (#31)
1 parent c538402 commit 56e9aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "Building tarball for $channel"
1515
sed -i s/\"$default\"/\"$channel\"/g default.nix
1616

1717
# Build a tarball using the name of the channel
18-
tar -cvf $channel.tar.gz \
18+
tar -czvf $channel.tar.gz \
1919
--exclude='./.git' \
2020
--exclude='./.github' \
2121
--exclude='./.semaphore' \

0 commit comments

Comments
 (0)