mirror of
https://github.com/tiann/KernelSU.git
synced 2025-02-20 11:43:32 +08:00
ci: upload manager mappings (#1351)
This commit is contained in:
parent
abf0dacb36
commit
6bf9e0478e
6
.github/workflows/build-manager.yml
vendored
6
.github/workflows/build-manager.yml
vendored
@ -104,6 +104,12 @@ jobs:
|
||||
name: manager
|
||||
path: manager/app/build/outputs/apk/release/*.apk
|
||||
|
||||
- name: Upload mappings
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "mappings"
|
||||
path: "manager/app/build/outputs/mapping/release/"
|
||||
|
||||
- name: Bot session cache
|
||||
if: github.event_name != 'pull_request' && steps.need_upload.outputs.UPLOAD == 'true'
|
||||
id: bot_session_cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user