mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
fix: include locales in release workflow
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user