Update copying the license.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 14:57:39 -08:00
parent d28d5d1383
commit f723cf41a1
1 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ jobs:
- name: Copy licenses
run: |
cp sdk/Windows/2020.2/License.rtf build/LICENSE.thirdparty.rtf
cp sdk/Windows/2020.2/License.rtf build/thirdparty-license.rtf
cp LICENSE build/LICENSE
shell: bash
@ -176,7 +176,7 @@ jobs:
- name: Copy licenses
run: |
cp sdk/Linux/2020.2/License.rtf build/LICENSE.thirdparty.rtf
cp sdk/Linux/2020.2/License.txt build/thirdparty-license.txt
cp LICENSE build/LICENSE
shell: bash
@ -288,7 +288,7 @@ jobs:
- name: Copy licenses
run: |
cp sdk/Darwin/2020.2/License.rtf build/LICENSE.thirdparty.rtf
cp sdk/Darwin/2020.2/License.rtf build/thirdparty-license.rtf
cp LICENSE build/LICENSE
shell: bash