Skip to content

Commit 36e46c9

Browse files
committed
update
1 parent 3aa55f9 commit 36e46c9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/make-example-on-windows.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ jobs:
4848
qmake ${{ env.SOURCE_DIR }}\example\qhexedit.pro
4949
nmake release
5050
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 .
51+
cd release
52+
dir
53+
cd..
5554
5655
- name: (9) Zip build
5756
working-directory: ${{ runner.temp }}

0 commit comments

Comments
 (0)