Update makefile.yml

pull/2174/head
04041b 2023-02-04 19:45:35 -08:00 committed by GitHub
parent f151499518
commit eceb2e2a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -23,5 +23,11 @@ jobs:
- name: Install dependencies
run: make
- name: list
run: ls -a
- name: aria2 binary upload
uses: actions/upload-artifact@v3.1.2
with:
# Artifact name
#name: # optional, default is artifact
# A file, directory or wildcard pattern that describes what to upload
path: ./src/aria2c
# The desired behavior if no files are found using the provided path.