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
1c98790cfe
commit
6b46cb257d
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Verify Addon
|
name: Build Extension
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Add Blender executable to path
|
- name: Add Blender executable to path
|
||||||
run: |
|
run: |
|
||||||
echo "${{ github.workspace }}/${{ env.BLENDER_VERSION }}/" >> $GITHUB_PATH
|
echo "${{ github.workspace }}/${{ env.BLENDER_VERSION }}/" >> $GITHUB_PATH
|
||||||
- name: Sanity check that Blender is on the path
|
- name: Build extension
|
||||||
run: |
|
run: |
|
||||||
pushd ./io_scene_psk_psa
|
pushd ./io_scene_psk_psa
|
||||||
blender --command extension build
|
blender --command extension build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user