Skip to content

Commit

Permalink
Fix upload-artifact condition
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikdem committed Apr 5, 2024
1 parent 566f309 commit 0cafc73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:

- name: Compare the expected and actual dist/ directories
id: diff
continue-on-error: true
run: |
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:"
Expand Down

0 comments on commit 0cafc73

Please sign in to comment.