We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ad879 commit e5d6459Copy full SHA for e5d6459
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
mkdir -p ./temp/ox_core/common
52
cp ./{LICENSE,README.md,fxmanifest.lua} ./temp/ox_core
53
- cp -r ./{imports,lib,locales,sql,dist} ./temp/ox_core
+ cp -r ./{lib,locales,sql,dist} ./temp/ox_core
54
cp -r ./common/data ./temp/ox_core/common/data
55
cd ./temp && zip -r ../ox_core.zip ./ox_core
56
0 commit comments