Skip to content

Commit

Permalink
Fix release workflow (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-gromeyer authored Jun 26, 2023
1 parent f051667 commit c083091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release --config Release -DBUILD_TEST_PLUGIN=OFF -DBUILD_TESTING=OFF
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_TEST_PLUGIN=OFF -DBUILD_TESTING=OFF
cmake --build . --config Release --target package
shell: bash

Expand Down

0 comments on commit c083091

Please sign in to comment.