diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f44125e..e46ef5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: if: matrix.os != 'windows-latest' working-directory: ./buckshot run: | - qmake + qmake -config release make # - name: Mac debug @@ -69,7 +69,7 @@ jobs: if: matrix.os == 'windows-latest' working-directory: ./buckshot run: | - qmake + qmake -config release nmake