Add submit github action
This commit is contained in:
parent
6fb2727f6b
commit
3188932d04
19
.github/workflows/submit.yml
vendored
Normal file
19
.github/workflows/submit.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: "submit"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "14"
|
||||
- run: npm install
|
||||
- run: npm zip
|
||||
- name: Browser Plugin Publish
|
||||
uses: plasmo-corp/bpp@v1
|
||||
with:
|
||||
artifact: ./stylus.zip
|
||||
keys: ${{ secrets.SUBMIT_KEYS }}
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,3 +6,4 @@ yarn.lock
|
|||
*.zip
|
||||
.eslintcache
|
||||
.transifexrc
|
||||
keys.json
|
Loading…
Reference in New Issue
Block a user