From 6023c614244e7b8cb852b2dd818ff487afacbe0f Mon Sep 17 00:00:00 2001 From: KingLucius Date: Fri, 20 Oct 2023 09:23:26 +0300 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index a5133a94..d51dd9a8 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -5,7 +5,7 @@ on: paths: - Dockerfile.android schedule: - - cron: '30 1 * * *' + - cron: '30 * * * *' permissions: read-all @@ -22,3 +22,9 @@ jobs: with: file: Dockerfile.android context: . + - uses: actions/upload-artifact@v3 + if: always() + with: + name: aria2c + path: | + src/aria2c