Skip to content

Commit

Permalink
Upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
derlih committed Dec 22, 2020
1 parent 08d9d2a commit 1a822e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ jobs:
cd vendor/llhttp
npm install
make generate
- name: Upload llhttp artifact
uses: actions/upload-artifact@v2
with:
name: llhttp-${{ hashFiles('vendor/llhttp/package.json', 'vendor/llhttp/src/**/*') }}
path: |
vendor/llhttp/build/llhttp.h
vendor/llhttp/build/c/llhttp.c
test:
name: Test
Expand Down

0 comments on commit 1a822e7

Please sign in to comment.