Skip to content

fix negative values in expression blending #122

fix negative values in expression blending

fix negative values in expression blending #122

Workflow file for this run

name: Build Project
on:
push:
branches:
- "main"
env:
project: openvt
jobs:
build:
name: Release Pipeline
runs-on: ubuntu-latest
steps:
- name: Trigger private pipeline
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/erodozer/openvt-build-pipeline/actions/workflows/build.yaml/dispatches \
-d "{\"ref\":\"main\", \"inputs\": {\"ref\": \"${{github.event.ref}}\", \"sha\": \"${{github.sha}}\", \"release\": \"true\" }}"