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
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 }}