forked from MapComplete/MapComplete
Scripts: attempt to get action working
This commit is contained in:
parent
6f6b859432
commit
3d982b5cdb
1 changed files with 1 additions and 2 deletions
|
@ -50,6 +50,5 @@ jobs:
|
|||
- name: Upload APK to hetzner
|
||||
shell: bash
|
||||
run: |
|
||||
git fetch --tags
|
||||
TAG=$(git describe --tags)
|
||||
TAG=$( echo ${{ env.GITHUB_REF_NAME }} )
|
||||
scp android/app/build/outputs/apk/release/app-release.apk hetzner:~/apk/mapcomplete-$TAG.apk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue