Skip to content

Commit ab32156

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/blender-test.yml

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

0 commit comments

Comments
 (0)