We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a000b commit f558f27Copy full SHA for f558f27
.github/workflows/main.yml
@@ -29,6 +29,7 @@ jobs:
29
echo "${{ github.event.inputs.release_name }}" > version.txt
30
#copy license
31
cp ../../LICENSE ./
32
+ cp -R ../../db ./
33
34
# Create the zip file by adding all contents from the current directory (DocumentRoot)
35
# The ' .' means "all files and directories in the current directory"
0 commit comments