@@ -106,16 +106,6 @@ jobs:
106
106
run : |
107
107
${{steps.qt.outputs.make}} doxygen
108
108
cd doc && ${{steps.qt.outputs.make}} INSTALL_ROOT="${{steps.qt.outputs.installdir}}" install
109
- - name : upload module to releases
110
- uses : Skycoder42/action-upload-release@master
111
- if : startsWith(github.ref, 'refs/tags/')
112
- with :
113
- repo_token : ${{secrets.GITHUB_TOKEN}}
114
- directory : ${{steps.qt.outputs.outdir}}
115
- platform : ${{matrix.platform}}
116
- asset_name : qtservice-${{matrix.platform}}-${{matrix.version}}
117
- tag : ${{github.ref}}
118
- overwrite : true
119
109
- name : upload examples to releases
120
110
uses : Skycoder42/action-upload-release@master
121
111
if : matrix.platform == 'gcc_64' && startsWith(github.ref, 'refs/tags/')
@@ -136,6 +126,16 @@ jobs:
136
126
asset_name : qtservice-doc-${{matrix.version}}
137
127
tag : ${{github.ref}}
138
128
overwrite : true
129
+ - name : upload module to releases
130
+ uses : Skycoder42/action-upload-release@master
131
+ if : startsWith(github.ref, 'refs/tags/')
132
+ with :
133
+ repo_token : ${{secrets.GITHUB_TOKEN}}
134
+ directory : ${{steps.qt.outputs.outdir}}
135
+ platform : ${{matrix.platform}}
136
+ asset_name : qtservice-${{matrix.platform}}-${{matrix.version}}
137
+ tag : ${{github.ref}}
138
+ overwrite : true
139
139
140
140
deploy :
141
141
if : startsWith(github.ref, 'refs/tags/')
0 commit comments