Skip to content

Merge branch 'testing' #12

Merge branch 'testing'

Merge branch 'testing' #12

Workflow file for this run

name: ChromeShack
on:
push:
branches:
- master
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