Skip to content

Commit

Permalink
ci(release): create convert directory
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Aug 14, 2023
1 parent b5fb7b1 commit b70093e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
run: |
mkdir -p ./temp/ox_doorlock
mkdir -p ./temp/ox_doorlock/web/
mkdir -p ./temp/ox_doorlock/convert/
cp ./{LICENSE,README.md,fxmanifest.lua,config.lua} ./temp/ox_doorlock
cp -r ./{client,server,sql,locales} ./temp/ox_doorlock
cp -r ./web/build ./temp/ox_doorlock/web/
Expand Down

0 comments on commit b70093e

Please sign in to comment.