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 7c5be85 commit 6501fae
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@ 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 Expand Up @@ -76,7 +91,7 @@ jobs:
run: |
set -x
echo "VERSION_TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- name: Sign APKs
uses: ilharp/[email protected]
with:
Expand Down

0 comments on commit 6501fae

Please sign in to comment.