From b98e1800eeba7d2e865ac67689c50ba91502eae6 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Wed, 17 Nov 2021 15:08:35 -0800 Subject: [PATCH] Typo. --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74d884b..c64a28f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -278,6 +278,12 @@ jobs: name: FBX2glTF-macos 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 uses: thedoctor0/zip-release@master with: @@ -286,12 +292,6 @@ jobs: directory: build 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" with: repo_token: "${{ secrets.GITHUB_TOKEN }}"