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:52:08 -07:00 committed by GitHub
parent 97231079a7
commit e11b863744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,10 +26,21 @@ jobs:
sudo apt-get install libgl1-mesa-glx -y
- name: Download Blender
run: |
wget $BLENDER_URL
ls
wget -q $BLENDER_URL
tar -xf $BLENDER_FILENAME
rm -rf $BLENDER_FILENAME
ls
./${{ env.BLENDER_VERSION }}/blender --version
echo "./${{ env.BLENDER_VERSION }}" >> $GITHUB_PATH
blender --version
- uses: actions/checkout@v3
- name: Build addon
run: |
ls -lf
pushd ./io_scene_psk_psa
blender --command extension build
popd
- name: Archive addon
uses: actions/upload-artifact@v4
with:
name: addon
path: |
./io_scene_psk_psa/io_scene_psk_psa.zip