fixed url

This commit is contained in:
X1nto 2020-05-20 14:42:48 +04:00
parent b3f789a0b4
commit febeb9ab45
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ steps.sign-app.outputs.signedReleaseFile }}
asset_name: release
asset_name: release.apk
tag: ${{ github.ref }}
overwrite: true

View File

@ -49,7 +49,7 @@ class UpdateCheckFragment : DialogFragment() {
updatebtn.setOnClickListener {
val url =
"https://github.com/X1nto/VancedInstaller/releases/lastest/download/release.apk"
"https://github.com/X1nto/VancedInstaller/releases/latest/download/release.apk"
url.download()
.observeOn(AndroidSchedulers.mainThread())
.subscribeBy(