Update build.yml

pull/2176/head
c6ForH66 2024-08-03 15:01:11 +08:00 committed by GitHub
parent 2dcd3fd36d
commit d80fbd264e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ jobs:
- name: Build aria2
run: |
make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" check
strip ./src/aria2c
- name: Upload build artifact
uses: actions/upload-artifact@v4.3.1