Compare commits

...

2 Commits

Author SHA1 Message Date
Sarah Jamie Lewis 37ce0bd1d2 Merge pull request 'Pointer to Info' (#855) from android_foreground_fix into trunk
continuous-integration/drone/push Build is passing Details
Reviewed-on: #855
2024-02-26 22:28:10 +00:00
Sarah Jamie Lewis 26a3270585 Pointer to Info
continuous-integration/drone/pr Build is pending Details
2024-02-26 22:28:03 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ steps:
- apt update
- apt install -y jq openssh-client ca-certificates curl
- cd deploy
- ../upload-releases.sh cwtch-`cat VERSION`.apk application/vnd.android.package-archive
- ../upload-releases.sh cwtch-`cat ../VERSION`.apk application/vnd.android.package-archive
- name: deploy-buildfiles
image: kroniak/ssh-client