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

Commit 0cb1d15

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Bundle files
6060
run: |
61-
zip -r ${{ github.event.repository.name }}.zip . -x "./.*" "./node_modules/*" "./scripts/*" "./src/*" "./tsconfig.json" "./pnpm-lock.yaml" "./package.json" -i "./src/*.lua"
61+
zip -r ${{ github.event.repository.name }}.zip . -x "./.*" "./node_modules/*" "./scripts/*" "./src/*" "!./src/*.lua" "./tsconfig.json" "./pnpm-lock.yaml" "./package.json"
6262
6363
- name: Create Release
6464
uses: 'marvinpinto/action-automatic-releases@v1.2.1'

0 commit comments

Comments
 (0)