File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff 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- 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
You can’t perform that action at this time.
0 commit comments