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 63d39f8 commit c9e6a9cCopy full SHA for c9e6a9c
.github/workflows/generate_bindings.yml
@@ -43,7 +43,7 @@ jobs:
43
mkdir -p ${{ env.BEVY_PATH }}
44
- name: Clone Bevy
45
run: |
46
- git clone https://github.com/bevyengine/bevy --branch v${{ steps.read_toml.outputs.value }} --depth 1 ${{ env.BEVY_PATH }}
+ git clone https://github.com/bevyengine/bevy --branch v${{ steps.read_toml.outputs.value }} --depth 1 ${{ env.BEVY_PATH }} .
47
cd ${{ env.BEVY_PATH }} && git fetch --tags && git checkout v${{ steps.read_toml.outputs.value }}
48
- name: Generate bevy bindings
49
0 commit comments