diff --git a/.github/workflows/packaging-pipeline.yml b/.github/workflows/packaging-pipeline.yml index 12ee886b9..2f981c978 100644 --- a/.github/workflows/packaging-pipeline.yml +++ b/.github/workflows/packaging-pipeline.yml @@ -18,6 +18,13 @@ 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: Archive log files uses: actions/upload-artifact@v3 if: ${{ always() }}