Find licenses.
This commit is contained in:
parent
754c1826a5
commit
3eb9ccef7b
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue