Skip to content

Bump to Ice+ Kernel defconfig #482

Bump to Ice+ Kernel defconfig

Bump to Ice+ Kernel defconfig #482

Workflow file for this run

name: Kernel Build and Release
on:
push:
branches:
- stable
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set up environment
run: |
bash build.sh c
env:
KERNELZIP: ${{ env.KERNELZIP }}
PAT: ${{ secrets.PAT }}
continue-on-error: true
- name: Upload Kernel Artifacts
uses: softprops/action-gh-release@v1
with:
files: ${{ env.KERNELZIP }}
tag_name: v1.0 # can be changed
env:
GITHUB_TOKEN: ${{ secrets.PAT }} # don't forget to set secret variable