Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbasnett authored Jun 10, 2024
1 parent 1c98790 commit 6b46cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Verify Addon
name: Build Extension

on:
workflow_dispatch:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Add Blender executable to path
run: |
echo "${{ github.workspace }}/${{ env.BLENDER_VERSION }}/" >> $GITHUB_PATH
- name: Sanity check that Blender is on the path
- name: Build extension
run: |
pushd ./io_scene_psk_psa
blender --command extension build
Expand Down

0 comments on commit 6b46cb2

Please sign in to comment.