Skip to content

Commit

Permalink
Add SHA1 suffiix to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
derlih committed Dec 22, 2020
1 parent 101a993 commit 9393c1c
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
name: llhttp-${{ env.GITHUB_SHA }}
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
name: llhttp-${{ env.GITHUB_SHA }}
path: vendor/llhttp/build/
- name: Run unittests
env:
Expand Down

0 comments on commit 9393c1c

Please sign in to comment.