mirror of
https://github.com/lecepin/WeChatVideoDownloader.git
synced 2025-04-06 04:15:43 +08:00
default
This commit is contained in:
parent
20e188492f
commit
1eb11d91b1
23
.github/workflows/pack.yml
vendored
23
.github/workflows/pack.yml
vendored
@ -1,23 +0,0 @@
|
|||||||
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