1
0
mirror of https://github.com/DarklightGames/io_scene_psk_psa.git synced 2024-11-23 22:40:59 +01:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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