Skip to content

Commit 6efe90a

Browse files
committed
Update blender-test.yml
1 parent f2a0de2 commit 6efe90a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/blender-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
5252
- name: Build Blender extension
5353
run: |
54+
mkdir -p "${{ github.workspace }}/dist"
55+
5456
${{ env.BLENDER_DIR }}/blender --command extension build --source-dir="${{ github.workspace }}/src/multiple_camera_render" --output-dir="${{ github.workspace }}/dist"
5557
echo "Blender extension built successfully."
5658
EXTENSION_ZIP=$(find "${{ github.workspace }}/dist" -type f -name "*.zip" | head -n 1)

0 commit comments

Comments
 (0)