Skip to content

Commit

Permalink
fix: release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm authored Nov 16, 2023
1 parent 1b93f0f commit d98a4a5
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 @@ -52,7 +52,7 @@ jobs:
- name: Bundle files
run: |
mkdir -p ./temp/qbx_core
cp ./{LICENSE,README.md,fxmanifest.lua,config.lua,import.lua,qbx_core.sql} ./temp/qbx_core
cp ./{LICENSE,README.md,fxmanifest.lua,qbx_core.sql} ./temp/qbx_core
cp -r ./{client,locale,modules,server,shared,bridge,config} ./temp/qbx_core
cd ./temp && zip -r ../qbx_core.zip ./qbx_core
Expand Down

0 comments on commit d98a4a5

Please sign in to comment.