This commit is contained in:
parent
6bdda9fb12
commit
3b2a5e473f
1 changed files with 1 additions and 1 deletions
|
@ -64,5 +64,5 @@ jobs:
|
|||
run: |
|
||||
TAG=$( echo ${{ env.GITHUB_REF_NAME }} )
|
||||
scp android/app/build/outputs/apk/release/app-release.apk hetzner:~/public/apk/mapcomplete-$TAG.apk
|
||||
ssh hetzner 'rm -f public/apk/mapcomplete-latest.apk && cp "public/apk/$(ls -v apk/ | tail -n 1)" public/apk/mapcomplete-latest.apk'
|
||||
ssh hetzner 'rm -f public/apk/mapcomplete-latest.apk && cp "public/apk/$(ls -v public/apk/ | tail -n 1)" public/apk/mapcomplete-latest.apk'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue