mirror of
https://github.com/DarklightGames/io_scene_psk_psa.git
synced 2025-02-17 10:08:31 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user