Skip to content

Build Extension

Build Extension #42

Workflow file for this run

on:
workflow_dispatch:
workflow_run:
workflows: ['Bump Version']
branches: [main]
types:
- completed
name: Build Extension
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout
uses: actions/checkout@v3.3.0
- name: 🚧 Setup Node
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node }}
- name: 🤖 Setup Project
run: 'yarn'
- name: 👷 Build
run: 'yarn build'
- name: 🌍 Upload Artifact
uses: actions/upload-artifact@v3.1.2
with:
name: stargazer
path: |
dist