fix: include locales in release workflow

This commit is contained in:
Linden
2022-05-10 17:48:44 +10:00
parent 7a4745c0da
commit bc6a6c7a0a
3 changed files with 6 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ jobs:
mkdir -p ./temp/ox_lib
mkdir -p ./temp/ox_lib/web/
cp ./{LICENSE,README.md,fxmanifest.lua,init.lua} ./temp/ox_lib
cp -r ./{imports,resource} ./temp/ox_lib
cp -r ./{imports,resource,locales} ./temp/ox_lib
cp -r ./web/build ./temp/ox_lib/web/
cd ./temp && zip -r ../ox_lib.zip ./ox_lib