From ce96bbfea405cfbd14513e3972972ae8e9639ec3 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 6 Jun 2021 20:00:44 -0700 Subject: [PATCH] Try again to move the sdk. --- .github/workflows/build-win-10.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-win-10.yml b/.github/workflows/build-win-10.yml index 523caab..ba635ab 100644 --- a/.github/workflows/build-win-10.yml +++ b/.github/workflows/build-win-10.yml @@ -35,17 +35,12 @@ jobs: - name: Curl sdk run: | - curl -O -L "https://github.com/V-Sekai/FBXSDK-Windows/archive/refs/tags/2020.2.tar.gz" + curl -O -L "https://github.com/V-Sekai/FBXSDK-Windows/archive/refs/tags/2020.2.zip" shell: cmd - - - name: install 7z expand - run: | - 7z e 2020.2.tar.gz - shell: cmd - + - name: install 7z extract run: | - 7z x 2020.2.tar + 7z x 2020.2.zip shell: cmd - name: move