From 9393c1ce1d9aa77840280e7a2255a8f5a5682864 Mon Sep 17 00:00:00 2001 From: Dmitry Erlikh Date: Tue, 22 Dec 2020 16:32:23 +0100 Subject: [PATCH] Add SHA1 suffiix to artifact name --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da0968ba2ca..472cc0bf777 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: