Update main.yml
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user