Skip to content

Commit

Permalink
set release flag on qmake
Browse files Browse the repository at this point in the history
  • Loading branch information
digarok committed Jul 17, 2020
1 parent 485eda9 commit ac32581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: matrix.os != 'windows-latest'
working-directory: ./buckshot
run: |
qmake
qmake -config release
make
# - name: Mac debug
Expand All @@ -69,7 +69,7 @@ jobs:
if: matrix.os == 'windows-latest'
working-directory: ./buckshot
run: |
qmake
qmake -config release
nmake
Expand Down

0 comments on commit ac32581

Please sign in to comment.