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 ee30938 commit 47c3ed7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
wget -q $BLENDER_URL
tar -xf $BLENDER_FILENAME
rm -rf $BLENDER_FILENAME
ls -la
pwd
ls -la blender-4.2.0-beta+v42.d19d23e91f65-linux.x86_64-release
echo "${{ github.workspace }}/${{ env.BLENDER_VERSION }}/" >> $GITHUB_PATH
cd ${{ github.workspace }}/${{ env.BLENDER_VERSION }}/
blender --version
- uses: actions/checkout@v3
- name: Build addon
Expand Down

0 comments on commit 47c3ed7

Please sign in to comment.