Compare commits

...

2 Commits

Author SHA1 Message Date
Lens0021 / Leslie
a3203fe4cb
Merge bd20334687 into 0c366fd6a8 2026-01-09 20:27:11 -05:00
lens0021
bd20334687 fix: Add missing step id for artifact upload condition 2025-12-11 21:39:21 +09:00

View File

@ -36,6 +36,7 @@ jobs:
run: npm run build run: npm run build
- name: Compare the expected and actual dist/ directories - name: Compare the expected and actual dist/ directories
id: diff
run: | run: |
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:" echo "Detected uncommitted changes after build. See status below:"