Find licenses.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 15:21:59 -08:00
parent 754c1826a5
commit 3eb9ccef7b
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,7 @@ jobs:
type: 'zip' type: 'zip'
filename: fbx2gltf-windows filename: fbx2gltf-windows
directory: build directory: build
path: ["Release/FBX2glTF.exe", "thirdparty-license.rtf", "LICENSE"]
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
with: with:
@ -185,6 +186,7 @@ jobs:
type: 'zip' type: 'zip'
filename: fbx2gltf-linux filename: fbx2gltf-linux
directory: build directory: build
path: ["FBX2glTF", "thirdparty-license.rtf", "LICENSE"]
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
with: with:
@ -288,6 +290,7 @@ jobs:
type: 'zip' type: 'zip'
filename: fbx2gltf-macos filename: fbx2gltf-macos
directory: build directory: build
path: ["FBX2glTF", "thirdparty-license.rtf", "LICENSE"]
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
with: with: