Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit d818949

Browse files
committed
ci(release): attempt to keep lua files, again
1 parent 0cb1d15 commit d818949

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ jobs:
5858
5959
- name: Bundle files
6060
run: |
61-
zip -r ${{ github.event.repository.name }}.zip . -x "./.*" "./node_modules/*" "./scripts/*" "./src/*" "!./src/*.lua" "./tsconfig.json" "./pnpm-lock.yaml" "./package.json"
61+
mkdir -p ./temp/ox_banking/src/client
62+
cp ./{LICENSE,README.md,fxmanifest.lua} ./temp/ox_banking
63+
cp ./src/client/client.lua ./temp/ox_banking/src/client
64+
cp -r ./{dist,data,locales} ./temp/ox_banking
65+
cd ./temp && zip -r ../ox_banking.zip ./ox_banking
6266
6367
- name: Create Release
6468
uses: 'marvinpinto/action-automatic-releases@v1.2.1'

0 commit comments

Comments
 (0)