Skip to content

Commit e5d6459

Browse files
committed
fix(ci): remove unused imports dir
1 parent 93ad879 commit e5d6459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
mkdir -p ./temp/ox_core/common
5252
cp ./{LICENSE,README.md,fxmanifest.lua} ./temp/ox_core
53-
cp -r ./{imports,lib,locales,sql,dist} ./temp/ox_core
53+
cp -r ./{lib,locales,sql,dist} ./temp/ox_core
5454
cp -r ./common/data ./temp/ox_core/common/data
5555
cd ./temp && zip -r ../ox_core.zip ./ox_core
5656

0 commit comments

Comments
 (0)