diff --git a/.github/workflows/release_on_tag.yml b/.github/workflows/release_on_tag.yml index 9410e36..435ca4c 100644 --- a/.github/workflows/release_on_tag.yml +++ b/.github/workflows/release_on_tag.yml @@ -40,6 +40,7 @@ jobs: cp README.md /tmp/oneupdate/ cp uninstall.php /tmp/oneupdate/ cp -r vendor/ /tmp/oneupdate/ + cp -r languages/ /tmp/oneupdate/ # Create the zip file cd /tmp