Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb authored Mar 29, 2023
1 parent 6501fae commit 80b4918
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ jobs:
flavor: [Rootless, Root]

steps:
- run: echo "$OUT" > restore
shell: bash
env:
OUT: ${{ secrets.SIGNING_KEYSTORE }}

- name: Restore
uses: wlixcc/[email protected]
with:
username: 'tim'
server: 'srv1.timschneeberger.me'
ssh_private_key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
local_path: "restore"
remote_path: '/home/tim'
sftpArgs: '-o ConnectTimeout=5'

- id: flavor
uses: ASzc/change-string-case-action@v5
with:
Expand Down

0 comments on commit 80b4918

Please sign in to comment.