Skip to content

Disable auto sign and release for now #11

Disable auto sign and release for now

Disable auto sign and release for now #11

Workflow file for this run

name: "Build"
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v1
- name: "web-ext build"
id: web-ext-build
uses: kewisch/action-web-ext@v1
with:
cmd: build
source: .
filename: "{name}-{version}.xpi"
- name: "Upload Artifact"
uses: actions/upload-artifact@v3
with:
name: target.xpi
path: ${{ steps.web-ext-build.outputs.target }}