Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6316fa5

Browse filesBrowse files
committed
.
1 parent daa284e commit 6316fa5
Copy full SHA for 6316fa5

File tree

2 files changed

+9
-8
lines changed
Filter options

2 files changed

+9
-8
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+9-7Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff 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}}

‎deploy.json

Copy file name to clipboardExpand all lines: deploy.json
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.