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 9bb68ac commit 857f801Copy full SHA for 857f801
.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
ls -la ${{ env.BEVY_PATH }}
49
- name: Generate bevy bindings
0 commit comments