不要加入dc #288
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |