This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 15:08:35 -08:00
parent f723cf41a1
commit b98e1800ee
1 changed files with 6 additions and 6 deletions

View File

@ -278,6 +278,12 @@ jobs:
name: FBX2glTF-macos name: FBX2glTF-macos
path: build/FBX2glTF path: build/FBX2glTF
- name: Copy licenses
run: |
cp sdk/Darwin/2020.2/License.rtf build/thirdparty-license.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:
@ -286,12 +292,6 @@ jobs:
directory: build directory: build
path: FBX2glTF path: FBX2glTF
- name: Copy licenses
run: |
cp sdk/Darwin/2020.2/License.rtf build/thirdparty-license.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 }}"