Skip to content

Commit df77fbc

Browse files
authored
Merge branch 'bmax121:main' into main
2 parents 4ac1ef8 + 57a6b7e commit df77fbc

32 files changed

Lines changed: 623 additions & 435 deletions

‎.github/workflows/build.yml‎

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,20 +110,29 @@ jobs:
110110
zipAlign: true
111111

112112
- name: Upload mappings
113-
uses: actions/upload-artifact@v5
113+
uses: actions/upload-artifact@v6
114114
with:
115115
name: "mappings"
116116
path: "app/build/outputs/mapping/release/"
117117

118-
- name: Upload build artifact
118+
- name: Upload build artifact1
119119
env:
120120
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
121121
if: ${{ env.SIGNING_KEY != '' }}
122122
uses: actions/upload-artifact@v6
123123
with:
124-
name: APatch
124+
name: APatch-Release
125125
path: |
126126
${{ steps.sign_app.outputs.signedReleaseFile }}
127+
128+
- name: Upload build artifact2
129+
env:
130+
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
131+
if: ${{ env.SIGNING_KEY != '' }}
132+
uses: actions/upload-artifact@v6
133+
with:
134+
name: APatch-Debug
135+
path: |
127136
${{ steps.sign_debug_app.outputs.signedReleaseFile }}
128137
129138
- name: Post to channel

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Furthermore, we need more volunteers to [contribute to the documentation](https:
8080
## Credits
8181

8282
- [KernelPatch](https://github.com/bmax121/KernelPatch/): The core.
83-
- [Magisk](https://github.com/topjohnwu/Magisk): magiskboot and magiskpolicy.
83+
- [Magisk](https://github.com/topjohnwu/Magisk): magiskpolicy.
8484
- [KernelSU](https://github.com/tiann/KernelSU): App UI, and Magisk module like support.
8585

8686
## License

0 commit comments

Comments
 (0)