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

View File

@@ -26,10 +26,21 @@ jobs:
sudo apt-get install libgl1-mesa-glx -y sudo apt-get install libgl1-mesa-glx -y
- name: Download Blender - name: Download Blender
run: | run: |
wget $BLENDER_URL wget -q $BLENDER_URL
ls
tar -xf $BLENDER_FILENAME tar -xf $BLENDER_FILENAME
rm -rf $BLENDER_FILENAME rm -rf $BLENDER_FILENAME
ls echo "./${{ env.BLENDER_VERSION }}" >> $GITHUB_PATH
./${{ env.BLENDER_VERSION }}/blender --version blender --version
- uses: actions/checkout@v3 - 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