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 6b1c15e commit 8571acc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
path: CPP/build/libClipper2.a

0 comments on commit 8571acc

Please sign in to comment.