We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa55f9 commit 36e46c9Copy full SHA for 36e46c9
1 file changed
.github/workflows/make-example-on-windows.yml
@@ -48,10 +48,9 @@ jobs:
48
qmake ${{ env.SOURCE_DIR }}\example\qhexedit.pro
49
nmake release
50
dir
51
- mt.exe -manifest qhexedit.exe.manifest -outputresource:QHexEdit.exe
52
- # copy C:\Windows\System32\vccorlib140.dll .
53
- # copy C:\Windows\System32\msvcp140.dll .
54
- # copy C:\Windows\System32\vcruntime140.dll .
+ cd release
+ dir
+ cd..
55
56
- name: (9) Zip build
57
working-directory: ${{ runner.temp }}
0 commit comments