Skip to content

Commit

Permalink
github: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mporsch committed Dec 14, 2024
1 parent fffc5b6 commit 8d6c1a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE:STRING=${{ matrix.build_type }}
-DBUILD_TESTS:BOOL=OFF
-DBUILD_EXAMPLES:BOOL=ON
-DBUILD_SHARED_LIBS:BOOL=ON
-DWITH_TLS:BOOL=ON
Expand All @@ -64,11 +65,12 @@ jobs:
- name: zip
uses: vimtor/action-zip@v1.2
with:
files: |
files: >
build/install/include/
build/install/lib/
build/install/bin/
build/install/cmake/
build/install/demo/
dest: ${{ matrix.release_zip }}
- name: release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 8d6c1a1

Please sign in to comment.