Skip to content

Commit 73f2b24

Browse files
committed
Properly name the jobs/artifacts
1 parent 5fad81c commit 73f2b24

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.appveyor.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ image:
99
environment:
1010
VCPKGDIR: C:\tools\vcpkg\installed\x64-windows-static-md-release
1111
matrix:
12-
- QTDIR: C:\Qt\5.15\msvc2019_64
13-
- QTDIR: C:\Qt\6.8\msvc2022_64
12+
- job_name: Qt5
13+
QTDIR: C:\Qt\5.15\msvc2019_64
14+
- job_name: Qt6
15+
QTDIR: C:\Qt\6.8\msvc2022_64
1416

1517
install:
1618
- cmd: |-
@@ -26,6 +28,7 @@ build_script:
2628
2729
artifacts:
2830
- path: release\pbf4.dll
31+
name: pbf4.dll
2932

3033
cache:
3134
- C:\tools\vcpkg\installed\

0 commit comments

Comments
 (0)