Skip to content

Commit 40a98bd

Browse files
committed
update check-dist.yml to make it build
1 parent 7e342df commit 40a98bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# If index.js was different than expected, upload the expected version as an artifact
5151
- uses: actions/upload-artifact@v3
52-
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
52+
# if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5353
with:
5454
name: dist
5555
path: dist/

0 commit comments

Comments
 (0)