Skip to content

Workflow file for this run

name: Build lineageOS Kernel
on:
push:
branches:
- ksu-fix
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- name: Init Repo
run: |
bash -x ./ci.sh
- name: Upload to Artifacts
uses: actions/[email protected]
with:
name: testbuild
path: releases/*.zip