Update main.yml

This commit is contained in:
Colin Basnett
2024-06-09 14:39:54 -07:00
committed by GitHub
parent 6205c1900c
commit 97231079a7

View File

@@ -27,8 +27,9 @@ jobs:
- name: Download Blender
run: |
wget $BLENDER_URL
ls
tar -xf $BLENDER_FILENAME
rm -rf $BLENDER_FILENAME
ls
./$BLENDER_FILENAME/blender -version
./${{ env.BLENDER_VERSION }}/blender --version
- uses: actions/checkout@v3