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
3fbef00edc
commit
1c98790cfe
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
env:
|
||||
BLENDER_VERSION: blender-4.2.0-beta+v42.d19d23e91f65-linux.x86_64-release
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set derived environment variables
|
||||
run: |
|
||||
echo "BLENDER_FILENAME=${{ env.BLENDER_VERSION }}.tar.xz" >> $GITHUB_ENV
|
||||
@ -33,13 +34,9 @@ jobs:
|
||||
run: |
|
||||
echo "${{ github.workspace }}/${{ env.BLENDER_VERSION }}/" >> $GITHUB_PATH
|
||||
- name: Sanity check that Blender is on the path
|
||||
run: |
|
||||
blender --version
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build addon
|
||||
run: |
|
||||
pushd ./io_scene_psk_psa
|
||||
${{ github.workspace }}/${{ env.BLENDER_VERSION }}/blender --command extension build
|
||||
blender --command extension build
|
||||
popd
|
||||
- name: Archive addon
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Loading…
Reference in New Issue
Block a user