Skip to content

Commit

Permalink
Temp: Remove blender addon build from packaging-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
n-jay committed Jul 26, 2024
1 parent f2bd0de commit fd5cc13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/packaging-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: Run test
run: ci/run_integration_test.sh

- name: Build blender addon
uses: actions/upload-artifact@v3
run: ci/build_blender_addon.sh
with:
name: OpenCue-Blender
path: ${GITHUB_WORKSPACE}/artifacts/OpenCue-Blender.zip
# - name: Build blender addon
# uses: actions/upload-artifact@v3
# run: ci/build_blender_addon.sh
# with:
# name: OpenCue-Blender
# path: ${GITHUB_WORKSPACE}/artifacts/OpenCue-Blender.zip

- name: Archive log files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fd5cc13

Please sign in to comment.