Create pack.yml

This commit is contained in:
乐平 2022-05-22 15:19:58 +08:00 committed by GitHub
parent 3845d3e8e2
commit d9922f0b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
.github/workflows/pack.yml vendored Normal file
View File

@ -0,0 +1,23 @@
name: Build Pack
on:
push:
branches:
- master
jobs:
pack:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ windows-latest, 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: |
*