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 ab32156 commit 6aa9443Copy full SHA for 6aa9443
.github/workflows/blender-test.yml
@@ -62,5 +62,5 @@ 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" --offline-mode --command extension install "${EXTENSION_ZIP} --enable"
+ "${{ env.BLENDER_DIR }}/blender" --offline-mode --command extension install-file "${EXTENSION_ZIP} --repo "user_default" --enable"
66
0 commit comments