From e96a2a2fa3933c248cbe9d4335509e8f0fc05c0a Mon Sep 17 00:00:00 2001 From: Brian Cristante <33549821+brcrista@users.noreply.github.com> Date: Tue, 10 Aug 2021 10:36:02 -0400 Subject: [PATCH] Upload the whole dist/ directory as an artifact --- .github/workflows/check-dist.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 2377f93..f189424 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -43,9 +43,9 @@ jobs: exit 1 fi - # If index.js was different than expected, upload the expected version as an artifact + # If dist/ was different than expected, upload the expected version as an artifact - uses: actions/upload-artifact@v2 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: - name: index.js - path: dist/index.js + name: dist + path: dist/