Skip to content

Commit

Permalink
ci: include import.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamDormon committed Aug 26, 2022
1 parent cc67e48 commit f5d4a3d
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 @@ -36,7 +36,7 @@ jobs:
- name: Bundle
run: |
mkdir -p ./temp/npwd_crypto
cp ./{LICENSE,README.md,fxmanifest.lua,config.json} ./temp/npwd_crypto
cp ./{LICENSE,README.md,fxmanifest.lua,config.json,import.sql} ./temp/npwd_crypto
cp -r ./dist ./temp/npwd_crypto
cp -r ./web/dist ./temp/npwd_crypto/web
cd ./temp && zip -r ../npwd_crypto_esx.zip ./npwd_crypto
Expand Down

0 comments on commit f5d4a3d

Please sign in to comment.