fix/scripts: replace build assets symlink with copy (#11205)

pull/23/head
K.B.Dharun Krishna 2023-10-24 14:47:53 +05:30 committed by GitHub
parent 4f5f6233a7
commit a8d6441ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ function build_translation_archives {
done
cd "$target_directory"
ln -s tldr-pages.zip tldr-pages.en.zip
cp -r tldr-pages.zip tldr-pages.en.zip
}
###################################