File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
jobs :
6
6
windows-qbs :
7
7
name : Build with Qbs
8
- runs-on : windows-2019
8
+ runs-on : windows-2022
9
9
10
10
steps :
11
11
- name : Install Qbs
@@ -14,11 +14,11 @@ jobs:
14
14
- name : Setup Qbs
15
15
run : |
16
16
qbs setup-toolchains --detect
17
- qbs config defaultProfile MSVC2019 -x64
17
+ qbs config defaultProfile MSVC2022 -x64
18
18
qbs config --list profiles
19
19
20
20
- name : Git Checkout
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v4
22
22
23
23
- run : >-
24
24
qbs build
32
32
run : 7z a ../DesktopDuplicator-${{ github.run_id }}.7z * -r
33
33
34
34
- name : Upload
35
- uses : actions/upload-artifact@v1
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
path : ./DesktopDuplicator-${{ github.run_id }}.7z
38
38
name : DesktopDuplicator-${{ github.run_id }}.7z
You can’t perform that action at this time.
0 commit comments