Github action and creation scripts

This commit is contained in:
Andrea Marchesini
2021-10-26 14:00:53 +02:00
parent 5c12e58cd7
commit 83687f6324
7 changed files with 154 additions and 10 deletions
+30
View File
@@ -0,0 +1,30 @@
name: Builds
on:
push:
branches:
- main
- production
pull_request:
branches:
- main
- production
jobs:
builds:
name: Builds
runs-on: ubuntu-20.04
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Create the package
shell: bash
run: |
./bin/build-addon.sh
- name: Uploading
uses: actions/upload-artifact@v1
with:
name: ${{matrix.config.name}} Build
path: src/web-ext-artifacts