Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
pedohorse committed Jan 19, 2024
1 parent cdce1fe commit 1d03426
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/build-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,28 @@ jobs:
run: |
apt install -y zip rsync bash
- uses: actions/checkout@v3
- run: |
- name: "build houdini plugin"
run: |
export PATH=/opt/houdini/build:$PATH
dcc_plugins_workspace/build_houdini.sh
- run: |
ls -alhR dcc_plugins
- uses: actions/upload-artifact@v4
with:
name: houdini
path:
dcc_plugins/houdini.zip

build_blender_tools:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "build blender addon"
run: |
export PATH=/opt/houdini/build:$PATH
dcc_plugins_workspace/build_blender.sh
- uses: actions/upload-artifact@v4
with:
name: blender
path:
dcc_plugins/lifeblood_addon.zip

0 comments on commit 1d03426

Please sign in to comment.