File tree 2 files changed +9
-8
lines changed
Filter options
2 files changed +9
-8
lines changed
Original file line number Diff line number Diff line change @@ -163,16 +163,18 @@ jobs:
163
163
overwrite : true
164
164
165
165
deploy :
166
- # if: startsWith(github.ref, 'refs/tags/')
166
+ if : startsWith(github.ref, 'refs/tags/')
167
167
needs : build
168
168
runs-on : ubuntu-latest
169
169
steps :
170
170
- uses : actions/checkout@v1
171
171
with :
172
172
submodules : recursive
173
- - uses : actions/setup-python@v1
174
- - name : Deploy releases
175
- run : |
176
- echo yes
177
- false
178
- echo no
173
+ - uses : Skycoder42/action-deploy-qt@master
174
+ id : qt
175
+ with :
176
+ token : ${{secrets.GITHUB_TOKEN}}
177
+ version : ${{matrix.version}}
178
+ host : ${{secrets.SSHFS_HOST}}
179
+ key : ${{secrets.SSHFS_KEY}}
180
+ port : ${{secrets.SSHFS_PORT}}
Original file line number Diff line number Diff line change 3
3
"description" : " A platform independent library to easily create system services and use some of their features." ,
4
4
"modules" : [ " QtService" ],
5
5
"dependencies" : [],
6
- "excludes" : [ " msvc2015" ],
7
6
"license" : {
8
7
"name" : " BSD-3-Clause" ,
9
8
"path" : " LICENSE"
You can’t perform that action at this time.
0 commit comments