mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
Apply suggestion from @brunoalr
This commit is contained in:
parent
c3200a7f7f
commit
ec572e28c7
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ fi
|
|||
|
||||
if [[ $MAKE_PACKAGE ]]; then
|
||||
echo "::group::Create package"
|
||||
cmake --build . --verbose --target package --config "$BUILDTYPE"
|
||||
cmake --build . --target package --config "$BUILDTYPE"
|
||||
echo "::endgroup::"
|
||||
|
||||
if [[ $PACKAGE_SUFFIX ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue