1
0
mirror of https://github.com/DarklightGames/io_scene_psk_psa.git synced 2025-02-17 18:19:15 +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 - name: Download Blender
run: | run: |
wget $BLENDER_URL wget $BLENDER_URL
ls
tar -xf $BLENDER_FILENAME tar -xf $BLENDER_FILENAME
rm -rf $BLENDER_FILENAME rm -rf $BLENDER_FILENAME
ls ls
./$BLENDER_FILENAME/blender -version ./${{ env.BLENDER_VERSION }}/blender --version
- uses: actions/checkout@v3 - uses: actions/checkout@v3