Skip to content

Commit 857f801

Browse files
committed
fix tpyo
1 parent 9bb68ac commit 857f801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
mkdir -p ${{ env.BEVY_PATH }}
4444
- name: Clone Bevy
4545
run: |
46-
git clone https://github.com/bevyengine/bevy --branch v${{ steps.read_toml.outputs.value }} --depth 1 ${{ env.BEVY_PATH }} .
46+
git clone https://github.com/bevyengine/bevy --branch v${{ steps.read_toml.outputs.value }} --depth 1 ${{ env.BEVY_PATH }}
4747
cd ${{ env.BEVY_PATH }} && git fetch --tags && git checkout v${{ steps.read_toml.outputs.value }}
4848
ls -la ${{ env.BEVY_PATH }}
4949
- name: Generate bevy bindings

0 commit comments

Comments
 (0)