We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592c61d commit 8f151cbCopy full SHA for 8f151cb
.github/workflows/build.yml
@@ -78,3 +78,7 @@ jobs:
78
79
- name: Upload coverage
80
uses: codecov/codecov-action@v3
81
+
82
+ - name: Make dist
83
+ run: make dist
84
+ if: ${{ matrix.os == 'ubuntu-latest' }}
0 commit comments