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