Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

feat: Add function to download CLI binary (#456) #139

feat: Add function to download CLI binary (#456)

feat: Add function to download CLI binary (#456) #139

Workflow file for this run

name: build
on:
push:
branches:
- master
- release/**
env:
NODE_OPTIONS: '--stack-trace-limit=10000'
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
- run: yarn install
- run: yarn pack
- name: Upload Artifacts
uses: actions/[email protected]
with:
name: ${{ github.sha }}
path: |
${{ github.workspace }}/*.tgz