File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,13 @@ jobs:
45
45
run : |
46
46
git clone https://github.com/bevyengine/bevy --branch v${{ steps.read_toml.outputs.value }} --depth 1 ${{ env.BEVY_PATH }} .
47
47
cd ${{ env.BEVY_PATH }} && git fetch --tags && git checkout v${{ steps.read_toml.outputs.value }}
48
+ ls -la ${{ env.BEVY_PATH }}
48
49
- name : Generate bevy bindings
49
50
run : |
50
51
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
51
52
- name : Collect bevy bindings
52
53
run : |
54
+ ls -la ${{ env.BEVY_PATH }}
53
55
cd ${{ env.BEVY_PATH }} && cargo bevy-api-gen collect --output ${{ env.OUTPUT_PATH }} --template-args '{ "self_is_bms_lua": true}'
54
56
- name : Commit changes
55
57
run : |
You can’t perform that action at this time.
0 commit comments