Skip to content

Commit fcc675d

Browse files
committed
build: append config.yaml into .zip
1 parent cbd54e1 commit fcc675d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# $1 directory
22
function pack() {
33
cp -r ../img/ "$1/"
4+
cp -r ../config.yaml "$1/"
45
cd "$1/" || exit
56
zip -r "../$1.zip" *
67
cd ../

0 commit comments

Comments
 (0)