diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 4990a84..f0b223c 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -44,7 +44,7 @@ jobs: fi id: diff - # If index.js was different than expected, upload the expected version as an artifact + # If index.js was different than expected, upload the expected version as an artifact for debugging purposes - uses: actions/upload-artifact@v3 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: