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:
parent
97231079a7
commit
e11b863744
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user