diff --git a/.github/workflows/actions_release.yml b/.github/workflows/actions_release.yml index 0acf64dd..3effdeb4 100644 --- a/.github/workflows/actions_release.yml +++ b/.github/workflows/actions_release.yml @@ -20,7 +20,7 @@ jobs: run: | mkdir CPP/build cd CPP/build - cmake -DBUILD_SHARED_LIBS=ON .. + cmake .. -DBUILD_SHARED_LIBS=ON cmake --build . --config Release --target Clipper2 - name: Archive production artifacts uses: actions/upload-artifact@v3 @@ -40,7 +40,7 @@ jobs: run: | mkdir CPP/build cd CPP/build - cmake --DCMAKE_BUILD_TYPE=Release .. + cmake .. -DCMAKE_BUILD_TYPE=Release make Clipper2 ls - name: Archive production artifacts