Skip to content

Commit 60e325c

Browse files
committed
upadate
1 parent ee17f43 commit 60e325c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,17 @@ jobs:
2929
dir: ${{ runner.temp }}
3030
setup-python: false
3131

32-
- name: (8) Build
33-
working-directory: D:\a\qhexedit2\qhexedit2
32+
- name: list files
33+
run: |
34+
dir ${{ github.workspace }}
35+
36+
- name: (3) Build
37+
working-directory: ${{ runner.temp }}
3438
run: |
35-
cd build
36-
qmake ..\qhexedit.pro
37-
${{ runner.temp }}\jom\jom -j2
38-
cd release
39+
cd ${{ runner.temp }}\build
40+
qmake ..\example\qhexedit.pro
41+
nmake
42+
dir
3943
windeployqt --qmldir ${{ env.SOURCE_DIR }} example.exe --pdb --release --compiler-runtime
4044
copy C:\Windows\System32\concrt140.dll .
4145
copy C:\Windows\System32\vccorlib140.dll .

0 commit comments

Comments
 (0)