mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-04 18:10:16 +03:00
Use specific paths.
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user