diff --git a/.build.yml b/.build.yml index c2a3822..edccfc6 100644 --- a/.build.yml +++ b/.build.yml @@ -1,7 +1,7 @@ pipeline: step: compile commands: - - make debug + - make release step: install commands: - make install