Update build.yml

This commit is contained in:
c6ForH66 2024-08-03 13:43:34 +08:00 committed by GitHub
parent 00627619bd
commit b37d9de9d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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