diff options
Diffstat (limited to '.github/workflows/android.yml')
-rw-r--r-- | .github/workflows/android.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index d5b539c51..70a5f1575 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -42,6 +42,7 @@ jobs: - name: copy to transfer.sh if: github.event_name == 'push' run: | + apt-get update apt-get install -y curl curl --upload-file Subsurface-mobile.apk "https://transfer.sh/Subsurface-mobile.apk curl --upload-file Subsurface-mobile.arm64.apk "https://transfer.sh/Subsurface-mobile.arm64.apk |