We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427a92d commit 593f1c0Copy full SHA for 593f1c0
.github/workflows/generate_bindings.yml
@@ -19,6 +19,7 @@ env:
19
BEVY_FEATURES: bevy_asset,bevy_animation,bevy_core_pipeline,bevy_ui,bevy_pbr,bevy_render,bevy_text,bevy_sprite,file_watcher,multi_threaded
20
BRANCH_NAME: __update-bevy-bindings-${{ github.head_ref || github.ref_name }}
21
GH_TOKEN: ${{ github.token }}
22
+
23
jobs:
24
generate_bindings:
25
permissions:
0 commit comments