Skip to content

Commit

Permalink
fix(ci): remove unused imports dir
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Sep 1, 2024
1 parent 93ad879 commit e5d6459
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 @@ -50,7 +50,7 @@ jobs:
run: |
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 ./{lib,locales,sql,dist} ./temp/ox_core
cp -r ./common/data ./temp/ox_core/common/data
cd ./temp && zip -r ../ox_core.zip ./ox_core
Expand Down

0 comments on commit e5d6459

Please sign in to comment.