mirror of https://github.com/aria2/aria2
Update android.yml
parent
187ac31362
commit
f5ec4c7914
|
@ -22,9 +22,12 @@ jobs:
|
|||
with:
|
||||
file: Dockerfile.android
|
||||
context: .
|
||||
- name: Copy out file from volume
|
||||
run: |
|
||||
sudo cp /root/build/aria2/src /home/
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: aria2c-${{ runner.os }}-${{ matrix.crypto }}
|
||||
path: |
|
||||
/root/build/aria2/src
|
||||
/home/src
|
||||
|
|
Loading…
Reference in New Issue