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 b53c3e6 commit 3468998Copy full SHA for 3468998
admin/release
@@ -103,7 +103,7 @@ make epub
103
104
cd ..
105
106
-mv user_guide_src/build/html /docs
+mv user_guide_src/build/html build/docs
107
108
#---------------------------------------------------
109
# And finally, get ready for merging
@@ -124,8 +124,8 @@ 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/
+zip -r dist/v${version}${qualifier}.zip build/*
+tar -zcvf dist/v${version}${qualifier}.tar.gz build/*
129
130
131
# Done for now
0 commit comments