From f723cf41a130521173ce3ba2d5ee1668a239b23a Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Wed, 17 Nov 2021 14:57:39 -0800 Subject: [PATCH] Update copying the license. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 231cc62..74d884b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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