We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304846b commit 021bc3bCopy full SHA for 021bc3b
admin/release
@@ -126,7 +126,7 @@ mv user_guide_src/build/epub/CodeIgniter4.epub dist/CodeIgniter-${version}${qual
126
127
cd build
128
zip -r ../dist/v${version}${qualifier}.zip *
129
-tar -zcvf ../dist/v${version}${qualifier}.tar.gz *
+tar -zcf ../dist/v${version}${qualifier}.tar.gz *
130
131
#---------------------------------------------------
132
# Done for now
0 commit comments