Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Nov 3, 2024
1 parent 108241b commit 7a86487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-relase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:

- name: Build
shell: cmd
env:
PATH: ${{ env.PATH }};C:\Qt\6.4.2\mingw_64\bin
# env:
# PATH: ${{ env.PATH }};C:\Qt\6.4.2\mingw_64\bin
run: |
echo %PATH%
where.exe qmake
qmake
qmake CONFIG+=release
nmake
- name: Create 7Z file
Expand Down

0 comments on commit 7a86487

Please sign in to comment.