From 667d09bcddd1dbf970969f658f562399e43bb08f Mon Sep 17 00:00:00 2001 From: Daniel <61970262+rozari0@users.noreply.github.com> Date: Sun, 16 Oct 2022 07:33:22 +0600 Subject: [PATCH] Fixed upload in GH archive repo. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6bdbb91c..c86d6a6c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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