Add licenses to zip.
This commit is contained in:
parent
2d1f95e9ab
commit
d28d5d1383
|
@ -78,6 +78,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: FBX2glTF-windows.exe
|
name: FBX2glTF-windows.exe
|
||||||
path: build/Release/FBX2glTF.exe
|
path: build/Release/FBX2glTF.exe
|
||||||
|
|
||||||
|
- name: Copy licenses
|
||||||
|
run: |
|
||||||
|
cp sdk/Windows/2020.2/License.rtf build/LICENSE.thirdparty.rtf
|
||||||
|
cp LICENSE build/LICENSE
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Archive Release
|
- name: Archive Release
|
||||||
uses: thedoctor0/zip-release@master
|
uses: thedoctor0/zip-release@master
|
||||||
|
@ -168,6 +174,12 @@ jobs:
|
||||||
name: FBX2glTF-linux
|
name: FBX2glTF-linux
|
||||||
path: build/FBX2glTF
|
path: build/FBX2glTF
|
||||||
|
|
||||||
|
- name: Copy licenses
|
||||||
|
run: |
|
||||||
|
cp sdk/Linux/2020.2/License.rtf build/LICENSE.thirdparty.rtf
|
||||||
|
cp LICENSE build/LICENSE
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Archive Release
|
- name: Archive Release
|
||||||
uses: thedoctor0/zip-release@master
|
uses: thedoctor0/zip-release@master
|
||||||
with:
|
with:
|
||||||
|
@ -274,6 +286,12 @@ jobs:
|
||||||
directory: build
|
directory: build
|
||||||
path: FBX2glTF
|
path: FBX2glTF
|
||||||
|
|
||||||
|
- name: Copy licenses
|
||||||
|
run: |
|
||||||
|
cp sdk/Darwin/2020.2/License.rtf build/LICENSE.thirdparty.rtf
|
||||||
|
cp LICENSE build/LICENSE
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
Loading…
Reference in New Issue