Skip to content

Commit 33ad952

Browse files
committed
fix missing dir
1 parent 063c804 commit 33ad952

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
@@ -39,7 +39,7 @@ jobs:
3939
field: 'workspace.dependencies.bevy.version'
4040
- name: Clone Bevy
4141
run:
42-
mkdir -p ${{ env.CODEGEN_PATH }} || true
42+
mkdir -p ${{ env.CODEGEN_PATH }}/bevy
4343
git clone https://github.com/bevyengine/bevy --branch v${{ steps.read_toml.outputs.value }} --depth 1 ${{ env.CODEGEN_PATH }}/bevy
4444
cd ${{ env.CODEGEN_PATH }}/bevy && git fetch --tags && git checkout v${{ steps.read_toml.outputs.value }}
4545
- name: Generate bevy bindings

0 commit comments

Comments
 (0)