Skip to content

Commit

Permalink
Tweaking ever closer
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-parry committed Sep 28, 2018
1 parent 3468998 commit 304846b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions admin/release
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ done
# add the docs
mv user_guide_src/build/epub/CodeIgniter4.epub dist/CodeIgniter-${version}${qualifier}.epub

zip -r dist/v${version}${qualifier}.zip build/*
tar -zcvf dist/v${version}${qualifier}.tar.gz build/*
cd build
zip -r ../dist/v${version}${qualifier}.zip *
tar -zcvf ../dist/v${version}${qualifier}.tar.gz *

#---------------------------------------------------
# Done for now
Expand Down

0 comments on commit 304846b

Please sign in to comment.