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 9, 2024
1 parent e11b863 commit fac13ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
wget -q $BLENDER_URL
tar -xf $BLENDER_FILENAME
rm -rf $BLENDER_FILENAME
echo "./${{ env.BLENDER_VERSION }}" >> $GITHUB_PATH
echo "${{ github.workspace }}/${{ env.BLENDER_VERSION }}" >> $GITHUB_PATH
blender --version
- uses: actions/checkout@v3
- name: Build addon
Expand Down

0 comments on commit fac13ac

Please sign in to comment.