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