mirror of https://github.com/aria2/aria2
Update android.yml
parent
187ac31362
commit
f5ec4c7914
|
@ -22,9 +22,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
file: Dockerfile.android
|
file: Dockerfile.android
|
||||||
context: .
|
context: .
|
||||||
|
- name: Copy out file from volume
|
||||||
|
run: |
|
||||||
|
sudo cp /root/build/aria2/src /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-${{ runner.os }}-${{ matrix.crypto }}
|
||||||
path: |
|
path: |
|
||||||
/root/build/aria2/src
|
/home/src
|
||||||
|
|
Loading…
Reference in New Issue