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 3fbef00 commit 1c98790
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
env:
BLENDER_VERSION: blender-4.2.0-beta+v42.d19d23e91f65-linux.x86_64-release
steps:
- uses: actions/checkout@v3
- name: Set derived environment variables
run: |
echo "BLENDER_FILENAME=${{ env.BLENDER_VERSION }}.tar.xz" >> $GITHUB_ENV
Expand All @@ -33,13 +34,9 @@ jobs:
run: |
echo "${{ github.workspace }}/${{ env.BLENDER_VERSION }}/" >> $GITHUB_PATH
- name: Sanity check that Blender is on the path
run: |
blender --version
- uses: actions/checkout@v3
- name: Build addon
run: |
pushd ./io_scene_psk_psa
${{ github.workspace }}/${{ env.BLENDER_VERSION }}/blender --command extension build
blender --command extension build
popd
- name: Archive addon
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1c98790

Please sign in to comment.