Update main.yml

This commit is contained in:
Colin Basnett
2024-06-09 17:52:31 -07:00
committed by GitHub
parent 4279338574
commit 3fbef00edc

View File

@@ -39,9 +39,7 @@ jobs:
- name: Build addon
run: |
pushd ./io_scene_psk_psa
ls -lf
echo $GITHUB_PATH
blender --command extension build
${{ github.workspace }}/${{ env.BLENDER_VERSION }}/blender --command extension build
popd
- name: Archive addon
uses: actions/upload-artifact@v4