Skip to content

ver: 0.1.1

ver: 0.1.1 #17

Workflow file for this run

name: Build Pack
on:
push:
branches:
- master
jobs:
pack:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Install and Pack
run: |
npm install
npm run pack
- name: Upload file
uses: actions/upload-artifact@v2
with:
name: packs
path: |
*