File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
2020 path : CAD_Sketcher
2121
2222 - name : Validate Extension
23- run : blender --background command extension validate
23+ run : blender --background -- command extension validate
2424 working-directory : ./CAD_Sketcher
2525
2626 - name : Build Extension
27- run : blender --background command extension build --output-filepath ./CAD_Sketcher.zip
27+ run : blender --background -- command extension build --output-filepath ./CAD_Sketcher.zip
2828 working-directory : ./CAD_Sketcher
2929
3030 - name : Install Extension
31- run : blender --background command extension install-file --repo user_default --enable ./CAD_Sketcher.zip
31+ run : blender --background -- command extension install-file --repo user_default --enable ./CAD_Sketcher.zip
3232 working-directory : ./CAD_Sketcher
3333
3434 - name : Run Tests
You can’t perform that action at this time.
0 commit comments