mirror of https://github.com/aria2/aria2
commit
1c94e6801d
|
@ -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