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:31:45 -07:00 committed by GitHub
parent 810fe2f14f
commit 6205c1900c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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