Skip to content

Commit

Permalink
fix(ci/release): remove convert dir
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Aug 2, 2023
1 parent 94f0a49 commit 87b3f0d
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_doorlock
mkdir -p ./temp/ox_doorlock/web/
cp ./{LICENSE,README.md,fxmanifest.lua,config.lua} ./temp/ox_doorlock
cp -r ./{client,convert,server,sql,locales} ./temp/ox_doorlock
cp -r ./{client,server,sql,locales} ./temp/ox_doorlock
cp -r ./web/build ./temp/ox_doorlock/web/
cd ./temp && zip -r ../ox_doorlock.zip ./ox_doorlock
Expand Down

0 comments on commit 87b3f0d

Please sign in to comment.