From 3eb9ccef7b224c3e6f31cd5d68ddc15e6335137d Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Wed, 17 Nov 2021 15:21:59 -0800 Subject: [PATCH] Find licenses. --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 387c4fd..0d98b79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: