Skip to content

Commit

Permalink
CI: make build_stable build on tag rel
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazzor committed Dec 22, 2024
1 parent f1944ea commit c664b31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_stable.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: build_stable (KSU)

on:

push:
tags:
- '*'
workflow_dispatch:
jobs:
build:
Expand Down Expand Up @@ -41,7 +43,7 @@ jobs:
- name: Upload kernel
uses: actions/upload-artifact@v4
with:
name: N_kernel-${{matrix.device}}_Clang_18
name: N_kernel-${{matrix.device}}_${{matrix.old}}_Clang_18
path: AnyKernel3/N*.zip

- name: Upload to Telegram
Expand Down

0 comments on commit c664b31

Please sign in to comment.