Skip to content

Package

Package #19

Workflow file for this run

name: Package
on:
workflow_dispatch:
jobs:
package:
runs-on: macos-latest
steps:
- name: Setup Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Checkout master
uses: actions/checkout@v4
with:
ref: conan2
- name: Build
run: |
npm install
npm run all
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/