Skip to content

Commit 9bb68ac

Browse files
committed
print more
1 parent c9e6a9c commit 9bb68ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate_bindings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@ jobs:
4545
run: |
4646
git clone https://github.com/bevyengine/bevy --branch v${{ steps.read_toml.outputs.value }} --depth 1 ${{ env.BEVY_PATH }} .
4747
cd ${{ env.BEVY_PATH }} && git fetch --tags && git checkout v${{ steps.read_toml.outputs.value }}
48+
ls -la ${{ env.BEVY_PATH }}
4849
- name: Generate bevy bindings
4950
run: |
5051
cd ${{ env.BEVY_PATH }} && cargo bevy-api-gen generate --output ${{ env.OUTPUT_PATH }} --template-args '{ "self_is_bms_lua": true}' --features ${{ env.BEVY_FEATURES }} -vv
5152
- name: Collect bevy bindings
5253
run: |
54+
ls -la ${{ env.BEVY_PATH }}
5355
cd ${{ env.BEVY_PATH }} && cargo bevy-api-gen collect --output ${{ env.OUTPUT_PATH }} --template-args '{ "self_is_bms_lua": true}'
5456
- name: Commit changes
5557
run: |

0 commit comments

Comments
 (0)