fix: Add missing step id for artifact upload condition

This commit is contained in:
lens0021 2025-12-11 21:39:21 +09:00
parent 8e8c483db8
commit bd20334687

View file

@ -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:"