Update build.yml

pull/2195/head
KingLucius 2023-10-20 08:50:37 +03:00 committed by GitHub
parent 40f2997202
commit 0e472da341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

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