mirror of https://github.com/aria2/aria2
Update android.yml
parent
1c41dec3e8
commit
5dda260d8c
|
@ -17,6 +17,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
file: Dockerfile.android
|
file: Dockerfile.android
|
||||||
context: .
|
context: .
|
||||||
|
- name: Copy out file from volume
|
||||||
|
run: |
|
||||||
|
sudo docker run --rm -it -v /src:/out aria2-android cp /root/build/aria2/src/aria2c /out
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue