Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbasnett authored Jun 9, 2024
1 parent 9723107 commit e11b863
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e11b863

Please sign in to comment.