Skip to content

Merge pull request #2 from XXTXTOP/main #33

Merge pull request #2 from XXTXTOP/main

Merge pull request #2 from XXTXTOP/main #33

Workflow file for this run

name: Build kernel deb packages
on: push
jobs:
build:
name: Build kernel
runs-on: ubuntu-latest
container: debian:buster
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: bash build_action.sh
- name: Artifact
uses: actions/upload-artifact@v3
with:
name: artifact
path: ${{ github.workspace }}/artifact/