Skip to content

Commit e928b36

Browse files
committed
update windows
1 parent 0710075 commit e928b36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/windows.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
- 'README.md'
1414
- 'LICENSE'
1515
jobs:
16-
build:
17-
name: Build
16+
windowsBuildJob:
17+
name: windows
1818
# 运行平台, windows-latest目前是windows server 2019
1919
runs-on: windows-latest
2020
strategy:
@@ -41,8 +41,8 @@ jobs:
4141
msvc_arch: x64
4242
- qt_arch: win32_msvc2017
4343
msvc_arch: x86
44-
env:
45-
targetName: HelloActions-Qt.exe
44+
env:
45+
targetName: HelloActions-Qt.exe
4646
# 步骤
4747
steps:
4848
# 安装Qt

0 commit comments

Comments
 (0)