Skip to content

Commit

Permalink
ci: compress output with gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltf24 committed Oct 23, 2024
1 parent 1138d63 commit da8a093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/distrelease_overlay.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Remove-Item -Path $destination -ErrorAction Continue
Echo $source
Echo $destination

tar -cvf $destination -C $source .
tar -czvf $destination -C $source .

echo $destination

0 comments on commit da8a093

Please sign in to comment.