Skip to content

Commit 6aa9443

Browse files
committed
Update blender-test.yml
1 parent ab32156 commit 6aa9443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blender-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
echo "Blender extension built successfully."
6363
EXTENSION_ZIP=$(find "${{ github.workspace }}/dist" -type f -name "*.zip" | head -n 1)
6464
echo "Extension zip file: ${EXTENSION_ZIP}"
65-
"${{ env.BLENDER_DIR }}/blender" --offline-mode --command extension install "${EXTENSION_ZIP} --enable"
65+
"${{ env.BLENDER_DIR }}/blender" --offline-mode --command extension install-file "${EXTENSION_ZIP} --repo "user_default" --enable"
6666

0 commit comments

Comments
 (0)