We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03a0cf commit 45ad149Copy full SHA for 45ad149
1 file changed
.github/workflows/ci.yml
@@ -86,6 +86,16 @@ jobs:
86
name: node-tools-dist
87
path: node-tools-dist/
88
89
+ - name: Build profiler-cli
90
+ run: yarn build-profiler-cli
91
+
92
+ - name: Upload profiler-cli artifact
93
+ if: matrix.os == 'ubuntu-latest'
94
+ uses: actions/upload-artifact@v7
95
+ with:
96
+ name: profiler-cli
97
+ path: profiler-cli/dist/
98
99
licence-check:
100
runs-on: ${{ matrix.os }}
101
strategy:
0 commit comments