From 1515868b93271d05a28942337c184e3c6776b1c3 Mon Sep 17 00:00:00 2001 From: Aaron Paterson Date: Wed, 19 Apr 2023 10:10:31 -0600 Subject: [PATCH] Update check-dist.yml --- .github/workflows/check-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index e567302..2bc1047 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -38,7 +38,7 @@ jobs: - name: Compare the expected and actual dist/ directories run: | - git add -N . + git add -N dist/ if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then echo "Detected uncommitted changes after build. See status below:" git diff --ignore-space-at-eol dist/