From a4f497540a3292df5dae132c81b347539473c03d Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Wed, 17 Nov 2021 08:44:49 -0800 Subject: [PATCH] Use specific paths. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 735544f..d50d44f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: type: 'zip' filename: fbx2gltf-windows directory: build - path: . + path: FBX2glTF.exe - uses: "marvinpinto/action-automatic-releases@latest" with: @@ -159,7 +159,7 @@ jobs: type: 'zip' filename: fbx2gltf-linux directory: build - path: . + path: FBX2glTF - uses: "marvinpinto/action-automatic-releases@latest" with: @@ -247,7 +247,7 @@ jobs: type: 'zip' filename: fbx2gltf-macos directory: build - path: . + path: FBX2glTF - uses: "marvinpinto/action-automatic-releases@latest" with: