Skip to content

Commit

Permalink
explicitly build Release version
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain committed Jul 14, 2024
1 parent 6e2849f commit b8b0970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
mkdir build
cd build
qt-cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" ..
cmake --build . --parallel
cmake --build . --parallel --config Release
- name: Packing (Windows)
if: contains(matrix.os, 'windows')
Expand Down

0 comments on commit b8b0970

Please sign in to comment.