Skip to content

Commit

Permalink
fix(cd): include locales with release
Browse files Browse the repository at this point in the history
I can't help but feel this is somehow luke's fault
  • Loading branch information
thelindat committed Oct 23, 2022
1 parent 76cdaab commit 2264ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
mkdir -p ./temp/ox_inventory
mkdir -p ./temp/ox_inventory/web
cp ./{server.lua,README.md,LICENSE,fxmanifest.lua,client.lua} ./temp/ox_inventory
cp -r ./{setup,modules,data} ./temp/ox_inventory
cp -r ./{setup,modules,data,locales} ./temp/ox_inventory
cp -r ./web/build ./temp/ox_inventory/web/build
cp -r ./web/images ./temp/ox_inventory/web/images
cd ./temp && zip -r ../ox_inventory.zip ./ox_inventory
Expand Down

0 comments on commit 2264ba8

Please sign in to comment.