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 f2a0de2 commit 6efe90aCopy full SHA for 6efe90a
.github/workflows/blender-test.yml
@@ -51,6 +51,8 @@ jobs:
51
52
- name: Build Blender extension
53
run: |
54
+ mkdir -p "${{ github.workspace }}/dist"
55
+
56
${{ env.BLENDER_DIR }}/blender --command extension build --source-dir="${{ github.workspace }}/src/multiple_camera_render" --output-dir="${{ github.workspace }}/dist"
57
echo "Blender extension built successfully."
58
EXTENSION_ZIP=$(find "${{ github.workspace }}/dist" -type f -name "*.zip" | head -n 1)
0 commit comments