chromium-proxy-settings/.forgejo/workflows/build.yaml
Mathieu Strypsteen bfbef78977
All checks were successful
Build / build (push) Successful in 21s
Add build script
2024-02-18 09:08:50 +01:00

19 lines
482 B
YAML

name: Build
on: [push]
jobs:
build:
runs-on: debian-12
steps:
- name: Install zip
run: apt-get update && apt-get install zip
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build extension
run: ./build.sh
- name: Upload extension
uses: actions/upload-artifact@v3
with:
name: Proxy Settings Extension
path: proxy-settings.zip