From 014cbafc915b7315cbde4053fe3f63fbdb195028 Mon Sep 17 00:00:00 2001 From: Daniela Cabiddu Date: Tue, 26 Sep 2023 16:08:56 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c0dabd..eb8088f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,6 +38,7 @@ jobs: cd build cmake .. -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 17 2022" cmake --build . --config Release --parallel 8 + cp 01_Trimesh_Tiling/Release/01_Trimesh_Tiling.exe 01_Trimesh_Tiling/ - name: Build-Unix if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' run: |