quick fixes 3

This commit is contained in:
Yeicor
2024-03-05 21:04:08 +01:00
parent 8b59a5978e
commit 9954939aa0

View File

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