update check-dist.yml to make it build

This commit is contained in:
jpaul 2023-11-01 10:03:39 +01:00
parent 7e342df686
commit 40a98bdc5d

View File

@ -49,7 +49,7 @@ jobs:
# 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
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
if: ${{ failure() && steps.diff.conclusion == 'failure' }} # if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with: with:
name: dist name: dist
path: dist/ path: dist/