Update main.yml

This commit is contained in:
Colin Basnett
2024-06-09 14:58:20 -07:00
committed by GitHub
parent e11b863744
commit fac13ac86b

View File

@@ -29,7 +29,7 @@ jobs:
wget -q $BLENDER_URL wget -q $BLENDER_URL
tar -xf $BLENDER_FILENAME tar -xf $BLENDER_FILENAME
rm -rf $BLENDER_FILENAME rm -rf $BLENDER_FILENAME
echo "./${{ env.BLENDER_VERSION }}" >> $GITHUB_PATH echo "${{ github.workspace }}/${{ env.BLENDER_VERSION }}" >> $GITHUB_PATH
blender --version blender --version
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build addon - name: Build addon