From 1c41dec3e8d437b3b33882c71d2f7f9c2d8b21bf Mon Sep 17 00:00:00 2001 From: KingLucius Date: Sun, 22 Oct 2023 14:41:12 +0300 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index fe807ec1..d3603f53 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,11 +1,6 @@ name: android -on: - push: - paths: - - Dockerfile.android - schedule: - - cron: '30 * * * *' +on: [push, pull_request] permissions: read-all @@ -22,12 +17,9 @@ jobs: with: file: Dockerfile.android context: . - - name: Copy out file from volume - run: | - sudo cp /root/build/aria2/src/aria2c /home/ - uses: actions/upload-artifact@v3 if: always() with: - name: aria2c-${{ runner.os }}-${{ matrix.crypto }} + name: aria2c path: | - /home/aria2c + ${{ github.workspace }}