Skip to content

Commit

Permalink
upload release
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazzor authored Mar 17, 2024
1 parent bf43a26 commit 9989374
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
KERNEL_VER:
description: 'KERNEL_VER (Specify XANMOD branch to build)'
required: true
default: '6.6'
default: '6.7'

jobs:
build:
Expand Down Expand Up @@ -89,4 +89,15 @@ jobs:
with:
name: Xanmod-${{ github.event.inputs.KERNEL_VER }}-${{ github.event.inputs.LLVM_VER }}-nongenric
path: kernel/
compression-level: 0
compression-level: 0

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: kernel/Xanmod*.zst
tag: non-generic-${{ github.run_id }}
body: |
HP-250 G6
Xanmod: ${{ github.event.inputs.KERNEL_VER }}
Clang: ${{ github.event.inputs.LLVM_VER }}

0 comments on commit 9989374

Please sign in to comment.