mirror of https://github.com/aria2/aria2
Update android.yml
parent
0e472da341
commit
6023c61424
|
@ -5,7 +5,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- Dockerfile.android
|
- Dockerfile.android
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 1 * * *'
|
- cron: '30 * * * *'
|
||||||
|
|
||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
|
||||||
|
@ -22,3 +22,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
file: Dockerfile.android
|
file: Dockerfile.android
|
||||||
context: .
|
context: .
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
if: always()
|
||||||
|
with:
|
||||||
|
name: aria2c
|
||||||
|
path: |
|
||||||
|
src/aria2c
|
||||||
|
|
Loading…
Reference in New Issue