quick fixes 2

This commit is contained in:
Yeicor
2024-03-05 21:02:28 +01:00
parent b5c4e44eba
commit fef6a1349c

View File

@@ -65,7 +65,7 @@ jobs:
with:
python-version: "3.11"
cache: "pip"
- run: "pip install -r example/requirements.txt"
- run: "cd example && pip install -r requirements.txt"
- run: "cd example && python object.py"
- run: "mv example/export/object.glb example/export/example.glb"
- uses: "actions/upload-artifact@v4"