Update build.yml

pull/2195/head
KingLucius 2023-10-19 16:10:03 +03:00
parent ea34b14534
commit 40f2997202
1 changed files with 5 additions and 0 deletions

View File

@ -90,3 +90,8 @@ jobs:
- name: Build aria2
run: |
make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" check
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: pull-request-build
path: "src/aria2c/*.*"