Update main.yml

This commit is contained in:
Colin Basnett
2024-06-09 17:28:23 -07:00
committed by GitHub
parent f049055273
commit ee30938be8

View File

@@ -29,6 +29,7 @@ jobs:
wget -q $BLENDER_URL
tar -xf $BLENDER_FILENAME
rm -rf $BLENDER_FILENAME
ls -la
echo "${{ github.workspace }}/${{ env.BLENDER_VERSION }}/" >> $GITHUB_PATH
blender --version
- uses: actions/checkout@v3