Skip to content

Commit

Permalink
Make sure that packaged cli archive is compressed
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Feb 27, 2023
1 parent 1161b6e commit 46cc4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/package-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ cp bin/lff.ps1 "${outname}/bin/lff.ps1"
# zip/tar everything - the files will be put into the build_upload directory
mkdir -p build_upload
zip --symlinks -r "build_upload/${outname}.zip" "${outname}"
tar cvf "build_upload/${outname}.tar.gz" "${outname}"
tar zcvf "build_upload/${outname}.tar.gz" "${outname}"

0 comments on commit 46cc4cd

Please # to comment.