Skip to content

Commit

Permalink
ci(release): include audio folder in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Aug 15, 2023
1 parent 82dfb6b commit 059e8f1
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 @@ -73,7 +73,7 @@ jobs:
mkdir -p ./temp/ox_doorlock/web/
mkdir -p ./temp/ox_doorlock/convert/
cp ./{LICENSE,README.md,fxmanifest.lua,config.lua,types.lua} ./temp/ox_doorlock
cp -r ./{client,server,sql,locales} ./temp/ox_doorlock
cp -r ./{client,server,sql,locales,audio} ./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 059e8f1

Please sign in to comment.