From db91f1e4ca8c8aa5b85da536674e948b43b81730 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Wed, 17 Nov 2021 08:46:34 -0800 Subject: [PATCH] Update cicd. --- .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 d50d44f..17763db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: git config --global filter.lfs.process "git-lfs filter-process --skip" shell: bash - - name: Curl sdk + - name: Fetch sdk run: | curl -O -L "https://github.com/V-Sekai/FBXSDK-Windows/archive/refs/tags/2020.2.zip" shell: cmd @@ -82,7 +82,7 @@ jobs: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: latest-windows prerelease: true - title: FBX2glTF packages + title: FBX2glTF Windows packages files: | build/fbx2gltf-windows.zip build-ubuntu: @@ -117,7 +117,7 @@ jobs: git config --global filter.lfs.process "git-lfs filter-process --skip" shell: bash - - name: Curl sdk + - name: Fetch sdk run: | curl -O -L "https://github.com/V-Sekai/FBXSDK-Linux/archive/refs/tags/2020.2.zip" shell: bash @@ -166,7 +166,7 @@ jobs: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: latest-linux prerelease: true - title: FBX2glTF packages + title: FBX2glTF Linux packages files: | build/fbx2gltf-linux.zip @@ -205,7 +205,7 @@ jobs: git config --global filter.lfs.process "git-lfs filter-process --skip" shell: bash - - name: Curl sdk + - name: Fetch sdk run: | curl -O -L "https://github.com/V-Sekai/FBXSDK-Darwin/archive/refs/tags/2020.2.zip" shell: bash @@ -254,6 +254,6 @@ jobs: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: latest-macos prerelease: true - title: FBX2glTF packages + title: FBX2glTF Macos packages files: | build/fbx2gltf-macos.zip \ No newline at end of file