From bd2033468742bf4956ee5af49a0f68650ada7c94 Mon Sep 17 00:00:00 2001 From: lens0021 Date: Thu, 11 Dec 2025 21:39:21 +0900 Subject: [PATCH] fix: Add missing step id for artifact upload condition --- .github/workflows/check-dist.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index c7d4962..3655977 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -36,6 +36,7 @@ jobs: run: npm run build - name: Compare the expected and actual dist/ directories + id: diff run: | if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then echo "Detected uncommitted changes after build. See status below:"