We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242e86d commit 96d9d36Copy full SHA for 96d9d36
1 file changed
.github/workflows/c-cpp.yml
@@ -23,7 +23,7 @@ jobs:
23
version: ${{ env.QT_VERSION }}
24
host: windows
25
target: desktop
26
- arch: win64_mingw
+ arch: win64_llvm_mingw
27
use-official: true
28
email: ${{ secrets.QT_EMAIL }}
29
pw: ${{ secrets.QT_PW }}
@@ -38,7 +38,7 @@ jobs:
38
working-directory: ${{ env.BUILD_DIR }}
39
run: |
40
qmake6 "${{ github.workspace }}/Peggle_Roguelike.pro"
41
- mingw32-make
+ mingw32-make.exe -f Makefile.Release
42
43
- name: Upload artifact
44
uses: actions/upload-artifact@v4
0 commit comments