Skip to content

Bump send2ue version to 2.4.4 and updated release notes (#11) #45

Bump send2ue version to 2.4.4 and updated release notes (#11)

Bump send2ue version to 2.4.4 and updated release notes (#11) #45

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- ci-testing
paths:
- 'send2ue/**/*'
- 'ue2rigify/**/*'
- 'tests/**/*'
- '.github/workflows/**'
permissions:
contents: read
checks: write
id-token: write
jobs:
test-lts:
name: Test LTS
uses: poly-hammer/BlenderTools/.github/workflows/re-use-tests.yml@main
secrets: inherit
with:
title: Test LTS
unreal-version: 5.3
blender-version: 3.6
test-latest:
needs: test-lts
name: Test Latest
uses: poly-hammer/BlenderTools/.github/workflows/re-use-tests.yml@main
secrets: inherit
with:
title: Test Latest
unreal-version: 5.3
blender-version: 4.1