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 3468998 commit 304846bCopy full SHA for 304846b
admin/release
@@ -124,8 +124,9 @@ done
124
# add the docs
125
mv user_guide_src/build/epub/CodeIgniter4.epub dist/CodeIgniter-${version}${qualifier}.epub
126
127
-zip -r dist/v${version}${qualifier}.zip build/*
128
-tar -zcvf dist/v${version}${qualifier}.tar.gz build/*
+cd build
+zip -r ../dist/v${version}${qualifier}.zip *
129
+tar -zcvf ../dist/v${version}${qualifier}.tar.gz *
130
131
#---------------------------------------------------
132
# Done for now
0 commit comments