chromium-proxy-settings/.forgejo/workflows/build.yaml
Mathieu Strypsteen ba5c9b25db
All checks were successful
Build / build (push) Successful in 19s
Reuse signing key
2024-02-18 11:16:27 +01:00

21 lines
541 B
YAML

name: Build
on: [push]
jobs:
build:
runs-on: debian-12
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Write signing key
run: echo "$SIGNING_KEY" > key.pem
env:
SIGNING_KEY: ${{secrets.SIGNING_KEY}}
- name: Build extension
run: ./build.sh
- name: Upload extension
uses: actions/upload-artifact@v3
with:
name: Proxy Settings Extension
path: proxy-settings.crx