Skip to content

Commit

Permalink
Actually gzip the tarballs (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabot committed Jan 5, 2022
1 parent c538402 commit 56e9aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "Building tarball for $channel"
sed -i s/\"$default\"/\"$channel\"/g default.nix

# Build a tarball using the name of the channel
tar -cvf $channel.tar.gz \
tar -czvf $channel.tar.gz \
--exclude='./.git' \
--exclude='./.github' \
--exclude='./.semaphore' \
Expand Down

0 comments on commit 56e9aac

Please sign in to comment.