mirror of https://github.com/aria2/aria2
Update build.yml
parent
00627619bd
commit
b37d9de9d9
|
@ -122,3 +122,9 @@ jobs:
|
||||||
- name: Build aria2
|
- name: Build aria2
|
||||||
run: |
|
run: |
|
||||||
make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" check
|
make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" check
|
||||||
|
|
||||||
|
- name: Upload build artifact
|
||||||
|
uses: actions/upload-artifact@v4.3.1
|
||||||
|
with:
|
||||||
|
name: aria2-${{ matrix.host }}
|
||||||
|
path: ./aria2c
|
||||||
|
|
Loading…
Reference in New Issue