Change copy action.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 15:25:49 -08:00
parent 3eb9ccef7b
commit 4bcfdd6383
1 changed files with 15 additions and 21 deletions

View File

@ -85,13 +85,11 @@ jobs:
cp LICENSE build/LICENSE cp LICENSE build/LICENSE
shell: bash shell: bash
- name: Archive Release - uses: papeloto/action-zip@v1
uses: thedoctor0/zip-release@master
with: with:
type: 'zip' files: ["build/Release/FBX2glTF.exe", "build/thirdparty-license.rtf", "build/LICENSE"]
filename: fbx2gltf-windows recursive: false
directory: build dest: fbx2gltf-windows.zip
path: ["Release/FBX2glTF.exe", "thirdparty-license.rtf", "LICENSE"]
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
with: with:
@ -100,7 +98,7 @@ jobs:
prerelease: true prerelease: true
title: FBX2glTF Windows packages title: FBX2glTF Windows packages
files: | files: |
build/fbx2gltf-windows.zip fbx2gltf-windows.zip
build-ubuntu: build-ubuntu:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -180,13 +178,11 @@ jobs:
cp LICENSE build/LICENSE cp LICENSE build/LICENSE
shell: bash shell: bash
- name: Archive Release - uses: papeloto/action-zip@v1
uses: thedoctor0/zip-release@master
with: with:
type: 'zip' files: ["build/FBX2glTF", "build/thirdparty-license.rtf", "build/LICENSE"]
filename: fbx2gltf-linux recursive: false
directory: build dest: fbx2gltf-linux.zip
path: ["FBX2glTF", "thirdparty-license.rtf", "LICENSE"]
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
with: with:
@ -195,7 +191,7 @@ jobs:
prerelease: true prerelease: true
title: FBX2glTF Linux packages title: FBX2glTF Linux packages
files: | files: |
build/fbx2gltf-linux.zip fbx2gltf-linux.zip
build-macos-x86_64: build-macos-x86_64:
runs-on: macos-11 runs-on: macos-11
@ -284,13 +280,11 @@ jobs:
cp LICENSE build/LICENSE cp LICENSE build/LICENSE
shell: bash shell: bash
- name: Archive Release - uses: papeloto/action-zip@v1
uses: thedoctor0/zip-release@master
with: with:
type: 'zip' files: ["build/FBX2glTF", "build/thirdparty-license.rtf", "build/LICENSE"]
filename: fbx2gltf-macos recursive: false
directory: build dest: fbx2gltf-macos.zip
path: ["FBX2glTF", "thirdparty-license.rtf", "LICENSE"]
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
with: with:
@ -299,4 +293,4 @@ jobs:
prerelease: true prerelease: true
title: FBX2glTF Macos x86_64 packages title: FBX2glTF Macos x86_64 packages
files: | files: |
build/fbx2gltf-macos.zip fbx2gltf-macos.zip