Skip to content

Commit 5c9abd8

Browse files
committed
more fix
1 parent 33ad952 commit 5c9abd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate_bindings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Generate bevy bindings
4646
working-directory: ${{ env.CODEGEN_PATH }}/bevy
4747
run: >
48+
mkdir -p ${{ env.OUTPUT_PATH }}
4849
cargo bevy-api-gen generate --output ${{ env.OUTPUT_PATH }} --template-args '{ "self_is_bms_lua": true}' --features ${{ env.BEVY_FEATURES }} -vv
4950
cargo bevy-api-gen collect --output ${{ env.OUTPUT_PATH }} --template-args '{ "self_is_bms_lua": true}'
5051
- name: Commit changes

0 commit comments

Comments
 (0)