Update android.yml

pull/2195/head
KingLucius 2023-10-22 14:16:25 +03:00 committed by GitHub
parent 1ddec253c4
commit 54f47f5f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ jobs:
context: . context: .
- name: Copy out file from volume - name: Copy out file from volume
run: | run: |
sudo cp /root/build/aria2/src /home/ sudo cp /root/build/aria2/src/aria2c /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: |
/home/src /home/aria2c