Skip to content

Commit a7fb579

Browse files
committed
fixed(ci):fixed release build bugs
1 parent 6152325 commit a7fb579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
rm -f lite/dist/openlist-frontend-dist-lite-v*.tar.gz
171171
# Copy the lite version
172172
mkdir dist/lite
173-
cp lite/dist/* dist/lite/
173+
cp -r lite/dist/. dist/lite/
174174
175175
if ! jq -e '.name and .version' package.json > /dev/null; then
176176
echo "Error: Invalid package.json"

0 commit comments

Comments
 (0)