Update android.yml

pull/2195/head
KingLucius 2023-10-22 14:41:12 +03:00 committed by GitHub
parent f9afe57b16
commit 1c41dec3e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 11 deletions

View File

@ -1,11 +1,6 @@
name: android name: android
on: on: [push, pull_request]
push:
paths:
- Dockerfile.android
schedule:
- cron: '30 * * * *'
permissions: read-all permissions: read-all
@ -22,12 +17,9 @@ jobs:
with: with:
file: Dockerfile.android file: Dockerfile.android
context: . context: .
- name: Copy out file from volume
run: |
sudo cp /root/build/aria2/src/aria2c /home/
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
if: always() if: always()
with: with:
name: aria2c-${{ runner.os }}-${{ matrix.crypto }} name: aria2c
path: | path: |
/home/aria2c ${{ github.workspace }}