You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

18 lines
409 B

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 }}