Skip to content

Update CONTRIBUTING.md #6

Update CONTRIBUTING.md

Update CONTRIBUTING.md #6

Workflow file for this run

name: ChromeShack
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: ./build.sh
- name: Upload
uses: actions/upload-artifact@v3
with:
name: chromeshack
path: artifacts/*.zip