Skip to content

Commit fe57c1e

Browse files
committed
prune json files
1 parent 7a8737a commit fe57c1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate_bindings.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
run: |
6363
ls -la ${{ env.BEVY_PATH }}
6464
cd ${{ env.BEVY_PATH }} && cargo bevy-api-gen collect --output ${{ env.OUTPUT_PATH }} --template-args '{ "self_is_bms_lua": true}'
65+
- name: Prune Output
66+
run: |
67+
find ${{ env.OUTPUT_PATH }} -type f ! -name "*.rs" -delete
6568
- name: Commit Changes
6669
run: |
6770
git checkout -b ${{ env.BRANCH_NAME }} || git checkout ${{ env.BRANCH_NAME }}

0 commit comments

Comments
 (0)