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 be7cddf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ jobs:
cd vendor/llhttp
npm install
make generate
- name: Upload llhttp artifact
if: steps.cache.outputs.cache-hit != 'true'
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 be7cddf

Please sign in to comment.