Skip to content

Commit

Permalink
remove artifact suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
derlih committed Dec 22, 2020
1 parent ee0d83b commit 101a993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Upload llhttp generated files
uses: actions/upload-artifact@v2
with:
name: llhttp-${{ hashFiles('vendor/llhttp/package.json', 'vendor/llhttp/src/**/*') }}
name: llhttp
path: vendor/llhttp/build

test:
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
if: ${{ matrix.no-extensions == '' }}
uses: actions/download-artifact@v2
with:
name: llhttp-${{ hashFiles('vendor/llhttp/package.json', 'vendor/llhttp/src/**/*') }}
name: llhttp
path: vendor/llhttp/build/
- name: Run unittests
env:
Expand Down

0 comments on commit 101a993

Please sign in to comment.