Skip to content

Commit f558f27

Browse files
authored
Add db folder to release package
1 parent 95a000b commit f558f27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
echo "${{ github.event.inputs.release_name }}" > version.txt
3030
#copy license
3131
cp ../../LICENSE ./
32+
cp -R ../../db ./
3233
3334
# Create the zip file by adding all contents from the current directory (DocumentRoot)
3435
# The ' .' means "all files and directories in the current directory"

0 commit comments

Comments
 (0)