mirror of
https://github.com/lecepin/WeChatVideoDownloader.git
synced 2025-04-05 20:11:10 +08:00
Create pack.yml
This commit is contained in:
parent
3845d3e8e2
commit
d9922f0b61
23
.github/workflows/pack.yml
vendored
Normal file
23
.github/workflows/pack.yml
vendored
Normal 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: |
|
||||||
|
*
|
Loading…
x
Reference in New Issue
Block a user