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 cbd54e1 commit fcc675dCopy full SHA for fcc675d
release.sh
@@ -1,6 +1,7 @@
1
# $1 directory
2
function pack() {
3
cp -r ../img/ "$1/"
4
+ cp -r ../config.yaml "$1/"
5
cd "$1/" || exit
6
zip -r "../$1.zip" *
7
cd ../
0 commit comments