This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
|
name: "submit"
|
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Download Github Release Assets
|
|
|
|
uses: plasmo-corp/download-release-asset@v1.0.0
|
|
|
|
with:
|
|
|
|
files: webextension.zip
|
|
|
|
- name: Browser Plugin Publish
|
|
|
|
uses: plasmo-corp/bpp@v1
|
|
|
|
with:
|
|
|
|
artifact: webextension.zip
|
|
|
|
keys: ${{ secrets.SUBMIT_KEYS }}
|