Skip to content

Commit

Permalink
chore(release): Add locales to release zip
Browse files Browse the repository at this point in the history
  • Loading branch information
jag3dagster committed Jan 14, 2024
1 parent f8a0d60 commit cbcc60f
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 @@ -74,7 +74,7 @@ jobs:
mkdir -p ./temp/ht_mlotool/saved_mlos/
mkdir -p ./temp/ht_mlotool/generated_files/
cp ./{LICENSE,README.md,fxmanifest.lua,utils.lua} ./temp/ht_mlotool
cp -r ./{docs,client,server} ./temp/ht_mlotool
cp -r ./{docs,locales,client,server} ./temp/ht_mlotool
cp -r ./web/build ./temp/ht_mlotool/web/
cd ./temp && zip -r ../ht_mlotool.zip ./ht_mlotool
Expand Down

0 comments on commit cbcc60f

Please sign in to comment.