Don't use dots in the mac naming.
This commit is contained in:
parent
cfc23ba6f4
commit
89fa380bc7
|
@ -300,7 +300,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p result
|
mkdir -p result
|
||||||
cp sdk/Darwin/2020.2/License.rtf thirdparty-license.rtf
|
cp sdk/Darwin/2020.2/License.rtf thirdparty-license.rtf
|
||||||
cp build/FBX2glTF FBX2glTF.macos.x86_64
|
cp build/FBX2glTF FBX2glTF-macos-x86_64
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
|
@ -310,13 +310,13 @@ jobs:
|
||||||
files: |
|
files: |
|
||||||
thirdparty-license.rtf
|
thirdparty-license.rtf
|
||||||
LICENSE
|
LICENSE
|
||||||
FBX2glTF.macos.x86_64
|
FBX2glTF-macos-x86_64
|
||||||
|
|
||||||
- name: Archive results
|
- name: Archive results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: macos-packages
|
name: macos-packages
|
||||||
path: FBX2glTF.macos.x86_64
|
path: FBX2glTF-macos-x86_64
|
||||||
|
|
||||||
- name: Archive results
|
- name: Archive results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Reference in New Issue