Skip to content

Commit

Permalink
ci(release): create common dir during build process
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Mar 12, 2024
1 parent d655d2c commit 0d89e18
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 @@ -48,7 +48,7 @@ jobs:

- name: Bundle files
run: |
mkdir -p ./temp/ox_core
mkdir -p ./temp/ox_core/common
cp ./{LICENSE,README.md,fxmanifest.lua} ./temp/ox_core
cp -r ./{imports,lib,locales,sql,dist} ./temp/ox_core
cp -r ./common/data ./temp/ox_core/common/data
Expand Down

0 comments on commit 0d89e18

Please sign in to comment.