File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -163,16 +163,18 @@ jobs:
163163 overwrite : true
164164
165165 deploy :
166- # if: startsWith(github.ref, 'refs/tags/')
166+ if : startsWith(github.ref, 'refs/tags/')
167167 needs : build
168168 runs-on : ubuntu-latest
169169 steps :
170170 - uses : actions/checkout@v1
171171 with :
172172 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 33"description" : " A platform independent library to easily create system services and use some of their features." ,
44"modules" : [ " QtService" ],
55"dependencies" : [],
6- "excludes" : [ " msvc2015" ],
76"license" : {
87"name" : " BSD-3-Clause" ,
98"path" : " LICENSE"
You can’t perform that action at this time.
0 commit comments