Use specific paths.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 08:44:49 -08:00
parent 73a85408cd
commit a4f497540a
1 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ jobs:
type: 'zip' type: 'zip'
filename: fbx2gltf-windows filename: fbx2gltf-windows
directory: build directory: build
path: . path: FBX2glTF.exe
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
with: with:
@ -159,7 +159,7 @@ jobs:
type: 'zip' type: 'zip'
filename: fbx2gltf-linux filename: fbx2gltf-linux
directory: build directory: build
path: . path: FBX2glTF
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
with: with:
@ -247,7 +247,7 @@ jobs:
type: 'zip' type: 'zip'
filename: fbx2gltf-macos filename: fbx2gltf-macos
directory: build directory: build
path: . path: FBX2glTF
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
with: with: