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 d3c8f20 commit a387bb2Copy full SHA for a387bb2
.github/workflows/blender-test.yml
@@ -62,5 +62,6 @@ jobs:
62
echo "Blender extension built successfully."
63
EXTENSION_ZIP=$(find "${{ github.workspace }}/dist" -type f -name "*.zip" | head -n 1)
64
echo "Extension zip file: ${EXTENSION_ZIP}"
65
+ "${{ env.BLENDER_DIR }}/blender" --background --command extension sync
66
"${{ env.BLENDER_DIR }}/blender" --background --command extension install "${EXTENSION_ZIP} --enable"
67
0 commit comments