mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 13:07:37 +03:00
Update build.yml
This commit is contained in:
parent
00627619bd
commit
b37d9de9d9
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -122,3 +122,9 @@ jobs:
|
|||
- name: Build aria2
|
||||
run: |
|
||||
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…
Add table
Add a link
Reference in a new issue