From 8571acc9a278fc0472911b031c7def2563c5234b Mon Sep 17 00:00:00 2001 From: syunya_tolkunaga Date: Thu, 30 Nov 2023 14:26:56 +0900 Subject: [PATCH] Fix --- .github/workflows/actions_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions_release.yml b/.github/workflows/actions_release.yml index 7a6e5fbf..dfe61327 100644 --- a/.github/workflows/actions_release.yml +++ b/.github/workflows/actions_release.yml @@ -40,11 +40,11 @@ jobs: run: | mkdir CPP/build cd CPP/build - cmake .. -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release - make + cmake .. --DCMAKE_BUILD_TYPE=Release + make Clipper2 ls - name: Archive production artifacts uses: actions/upload-artifact@v3 with: name: windows - path: CPP/build/Release/Clipper2.bundle \ No newline at end of file + path: CPP/build/libClipper2.a