Find licenses.

This commit is contained in:
K. S. Ernest (iFire) Lee
2021-11-17 15:21:59 -08:00
parent 754c1826a5
commit 3eb9ccef7b

View File

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