Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Egliss committed Nov 30, 2023
1 parent 7ce3309 commit 185ed23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 185ed23

Please sign in to comment.