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 55jobs :
66 windows-qbs :
77 name : Build with Qbs
8- runs-on : windows-2019
8+ runs-on : windows-2022
99
1010 steps :
1111 - name : Install Qbs
@@ -14,11 +14,11 @@ jobs:
1414 - name : Setup Qbs
1515 run : |
1616 qbs setup-toolchains --detect
17- qbs config defaultProfile MSVC2019 -x64
17+ qbs config defaultProfile MSVC2022 -x64
1818 qbs config --list profiles
1919
2020 - name : Git Checkout
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v4
2222
2323 - run : >-
2424 qbs build
3232 run : 7z a ../DesktopDuplicator-${{ github.run_id }}.7z * -r
3333
3434 - name : Upload
35- uses : actions/upload-artifact@v1
35+ uses : actions/upload-artifact@v4
3636 with :
3737 path : ./DesktopDuplicator-${{ github.run_id }}.7z
3838 name : DesktopDuplicator-${{ github.run_id }}.7z
You can’t perform that action at this time.
0 commit comments