Add submit github action

This commit is contained in:
Louis 2022-02-17 03:50:49 -04:00
parent 6fb2727f6b
commit 3188932d04
2 changed files with 20 additions and 0 deletions

19
.github/workflows/submit.yml vendored Normal file
View 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
View File

@ -6,3 +6,4 @@ yarn.lock
*.zip
.eslintcache
.transifexrc
keys.json