Skip to content

Commit 89d67b3

Browse files
author
Tim Schneeberger
authored
Stop uploading raw binaries to my server
1 parent 7747b64 commit 89d67b3

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/package-deb.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -147,30 +147,11 @@ jobs:
147147
- name: Prepare version information (3/3)
148148
run: echo '::set-output name=version::${{steps.last_release.outputs.tag}}-${{steps.short-sha.outputs.sha}}'
149149
id: version
150-
151-
- name: Download portable artifact
152-
uses: actions/download-artifact@v2
153-
with:
154-
name: jamesdsp-${{ matrix.flavor }}_portable_linux64
155-
150+
156151
- name: Download package artifact
157152
uses: actions/download-artifact@v2
158153
with:
159154
name: jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_linux64.deb
160-
161-
- name: Rename portable artifact
162-
run: mv jamesdsp jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_portable_linux64.bin
163-
164-
- name: Upload binary to nightly server
165-
uses: wlixcc/[email protected]
166-
with:
167-
username: 'tim'
168-
server: 'local.timschneeberger.me'
169-
port: 22
170-
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
171-
local_path: './jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_portable_linux64.bin'
172-
remote_path: '/srv/http/nightly.timschneeberger.me/jamesdsp-linux/'
173-
args: '-o ConnectTimeout=5'
174155

175156
- name: Upload deb package to nightly server
176157
uses: wlixcc/[email protected]

0 commit comments

Comments
 (0)