Store the entire directory.
This commit is contained in:
parent
b98e1800ee
commit
754c1826a5
|
@ -91,7 +91,6 @@ jobs:
|
||||||
type: 'zip'
|
type: 'zip'
|
||||||
filename: fbx2gltf-windows
|
filename: fbx2gltf-windows
|
||||||
directory: build
|
directory: build
|
||||||
path: FBX2glTF.exe
|
|
||||||
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
|
@ -186,7 +185,6 @@ jobs:
|
||||||
type: 'zip'
|
type: 'zip'
|
||||||
filename: fbx2gltf-linux
|
filename: fbx2gltf-linux
|
||||||
directory: build
|
directory: build
|
||||||
path: FBX2glTF
|
|
||||||
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
|
@ -290,7 +288,6 @@ jobs:
|
||||||
type: 'zip'
|
type: 'zip'
|
||||||
filename: fbx2gltf-macos
|
filename: fbx2gltf-macos
|
||||||
directory: build
|
directory: build
|
||||||
path: FBX2glTF
|
|
||||||
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue