ci: upload manager mappings (#1351)

This commit is contained in:
5ec1cff 2024-02-07 01:15:34 +08:00 committed by GitHub
parent abf0dacb36
commit 6bf9e0478e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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