Fixed upload in GH archive repo.

This commit is contained in:
Daniel 2022-10-16 07:33:22 +06:00 committed by GitHub
parent 5d30ccf53b
commit 667d09bcdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ jobs:
rm -rf archive/*.apk
mv app/build/outputs/apk/debug/*.apk archive/
cd archive
python uploader.py
python ../uploader.py
- name: Telegram Bot
continue-on-error: true