File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4949## Integration Points
5050- ** External:**
5151 - Steam game detection (auto/manual)
52- - Rust backend (` plumber_core ` repo) checked out for reference in CI
52+ - Rust backend (` plumber_core ` repo) checked out for reference in ` /temp/plumber_core `
5353 - Blender API (via ` bpy ` module)
5454- ** Internal:**
5555 - Custom Blender properties for imported metadata (see README)
Original file line number Diff line number Diff line change @@ -27,14 +27,12 @@ jobs:
2727 steps :
2828 - name : Checkout Plumber code
2929 uses : actions/checkout@v4
30- with :
31- path : Plumber
3230
3331 - name : Checkout plumber_core code for reference
3432 uses : actions/checkout@v4
3533 with :
3634 repository : lasa01/plumber_core
37- path : plumber_core
35+ path : /temp/ plumber_core
3836
3937 - name : Set up Python
4038 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments