Update copying the license.
This commit is contained in:
parent
d28d5d1383
commit
f723cf41a1
|
@ -81,7 +81,7 @@ jobs:
|
||||||
|
|
||||||
- name: Copy licenses
|
- name: Copy licenses
|
||||||
run: |
|
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
|
cp LICENSE build/LICENSE
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
@ -176,7 +176,7 @@ jobs:
|
||||||
|
|
||||||
- name: Copy licenses
|
- name: Copy licenses
|
||||||
run: |
|
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
|
cp LICENSE build/LICENSE
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
@ -288,7 +288,7 @@ jobs:
|
||||||
|
|
||||||
- name: Copy licenses
|
- name: Copy licenses
|
||||||
run: |
|
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
|
cp LICENSE build/LICENSE
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue