Skip to content

Commit 45ad149

Browse files
committed
Build and upload the cli artifact in PRs
1 parent d03a0cf commit 45ad149

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@ jobs:
8686
name: node-tools-dist
8787
path: node-tools-dist/
8888

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+
8999
licence-check:
90100
runs-on: ${{ matrix.os }}
91101
strategy:

0 commit comments

Comments
 (0)