From 89fa380bc7cf192f9077c93e39c8474c94b18347 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Mon, 4 Apr 2022 04:56:37 -0700 Subject: [PATCH] Don't use dots in the mac naming. --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index aa3a6c3..e20f62b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -300,7 +300,7 @@ jobs: run: | mkdir -p result 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 - name: Release @@ -310,13 +310,13 @@ jobs: files: | thirdparty-license.rtf LICENSE - FBX2glTF.macos.x86_64 + FBX2glTF-macos-x86_64 - name: Archive results uses: actions/upload-artifact@v3 with: name: macos-packages - path: FBX2glTF.macos.x86_64 + path: FBX2glTF-macos-x86_64 - name: Archive results uses: actions/upload-artifact@v3