Skip to content

Commit c9e6a9c

Browse files
committed
git clone into folder
1 parent 63d39f8 commit c9e6a9c

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
- name: Generate bevy bindings
4949
run: |

0 commit comments

Comments
 (0)