Update android.yml

pull/2195/head
KingLucius 2023-10-22 12:47:36 +03:00 committed by GitHub
parent 187ac31362
commit f5ec4c7914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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