88 fail-fast : false
99 matrix :
1010 version :
11- - 5.14.0
11+ - 5.14.1
1212 platform :
1313 - gcc_64
1414 - android
@@ -32,13 +32,13 @@ jobs:
3232 os : ubuntu-latest
3333 emsdk : sdk-fastcomp-1.38.27-64bit
3434 - platform : msvc2017_64
35- os : windows-2016
35+ os : windows-latest
3636 - platform : msvc2017
37- os : windows-2016
37+ os : windows-latest
3838 - platform : winrt_x64_msvc2017
39- os : windows-2016
39+ os : windows-latest
4040 - platform : winrt_x86_msvc2017
41- os : windows-2016
41+ os : windows-latest
4242 - platform : winrt_armv7_msvc2017
4343 os : windows-2016
4444 - platform : mingw73_64
7878 with :
7979 version : ${{matrix.version}}
8080 platform : ${{matrix.platform}}
81- install-args : --verbose
8281 cachedir : qt/${{matrix.version}}/${{matrix.platform}}
8382 - name : Install systemd deps
8483 if : matrix.platform == 'gcc_64'
@@ -128,7 +127,7 @@ jobs:
128127 if : matrix.platform == 'gcc_64' && startsWith(github.ref, 'refs/tags/')
129128 with :
130129 repo_token : ${{secrets.GITHUB_TOKEN}}
131- directory : ${{steps.qt.outputs.outdir}}/Examples
130+ directory : ${{steps.qt.outputs.outdir}}/${{matrix.version}}/${{matrix.platform}}/examples
132131 asset_name : qtservice-examples-${{matrix.version}}
133132 tag : ${{github.ref}}
134133 overwrite : true
@@ -137,7 +136,7 @@ jobs:
137136 if : matrix.platform == 'gcc_64' && startsWith(github.ref, 'refs/tags/')
138137 with :
139138 repo_token : ${{secrets.GITHUB_TOKEN}}
140- directory : ${{steps.qt.outputs.outdir}}/Docs
139+ directory : ${{steps.qt.outputs.outdir}}/${{matrix.version}}/${{matrix.platform}}/doc
141140 asset_name : qtservice-doc-${{matrix.version}}
142141 tag : ${{github.ref}}
143142 overwrite : true
@@ -155,7 +154,7 @@ jobs:
155154 - uses : Skycoder42/action-deploy-qt@master
156155 with :
157156 token : ${{secrets.GITHUB_TOKEN}}
158- version : 5.14.0
157+ version : 5.14.1
159158 host : ${{secrets.SSHFS_HOST}}
160159 key : ${{secrets.SSHFS_KEY}}
161160 port : ${{secrets.SSHFS_PORT}}
0 commit comments