Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaCabiddu committed Sep 26, 2023
1 parent c8ce40f commit 014cbaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 014cbaf

Please sign in to comment.