Skip to content

Commit a387bb2

Browse files
committed
Update blender-test.yml
1 parent d3c8f20 commit a387bb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/blender-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ 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" --background --command extension sync
6566
"${{ env.BLENDER_DIR }}/blender" --background --command extension install "${EXTENSION_ZIP} --enable"
6667

0 commit comments

Comments
 (0)