Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Update build.yml: Add Kernelsu builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl authored Dec 2, 2023
1 parent 7e33665 commit c818d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
arch: [x64, arm64]
release: [retail]
gapps: [MindTheGapps, none]
root: [magisk, none]
root: [magisk, kernelsu, none]
magisk-ver: [stable]
compress-format: [7z]

Expand Down Expand Up @@ -72,4 +72,4 @@ jobs:
file: ./output/${{ steps.wsa.outputs.artifact }}.${{ matrix.compress-format }}
tag: ${{ steps.date.outputs.date }}
overwrite: true
file_glob: true
file_glob: true

0 comments on commit c818d39

Please sign in to comment.