mirror of https://github.com/aria2/aria2
Update android.yml
parent
f9afe57b16
commit
1c41dec3e8
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue