Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vipexv committed Feb 2, 2024
1 parent 17c3bb1 commit 20c0f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
ls
mkdir -p ./temp/v-vehControl
mkdir -p ./temp/v-vehControl/web/
cp ./{LICENSE,README.md,fxmanifest.lua,config.lua,sv_config.lua} ./temp/v-vehControl
cp ./{LICENSE,README.md,fxmanifest.lua,config.lua} ./temp/v-vehControl
cp -r ./{client,locales,server,shared} ./temp/v-vehControl
cp -r ./web/dist ./temp/v-vehControl/web/
cd ./temp && zip -r ../v-vehControl.zip ./v-vehControl
Expand Down

0 comments on commit 20c0f75

Please sign in to comment.