Upload mapping and native debug symbols

This commit is contained in:
vvb2060
2022-09-14 22:59:12 +08:00
committed by John Wu
parent b505819ca2
commit 9279f30e89
4 changed files with 17 additions and 5 deletions

View File

@@ -89,6 +89,9 @@ jobs:
run: |
python build.py -v all
- name: Stop gradle daemon
run: ./gradlew --stop
# Only upload artifacts built on Linux
- name: Upload build artifact
if: runner.os == 'Linux'
@@ -96,3 +99,10 @@ jobs:
with:
name: ${{ github.sha }}
path: out
- name: Upload mapping and native debug symbols
if: runner.os == 'Linux'
uses: actions/upload-artifact@v3
with:
name: ${{ github.sha }}-symbols
path: app/build/outputs