From 72a7442d5349a13998a0844d02ae18ebf783a591 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 6 Jun 2021 19:08:59 -0700 Subject: [PATCH] Use curl action. --- .github/workflows/build-win-10.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-win-10.yml b/.github/workflows/build-win-10.yml index 69d134d..ba6fe98 100644 --- a/.github/workflows/build-win-10.yml +++ b/.github/workflows/build-win-10.yml @@ -38,11 +38,11 @@ jobs: cinst zstandard shell: bash - - name: install FileDownload - run: | - curl -O 'https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz' - shell: cmd - + - name: curl + uses: wei/curl@master + with: + args: https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz + - name: install 7z expand run: | 7z e 2020.2.tar.gz