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