workflow
This commit is contained in:
parent
61cf43f9f0
commit
4ce7cac0d9
1 changed files with 0 additions and 6 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -149,12 +149,6 @@ jobs:
|
|||
name: signed-aab
|
||||
path: ${{ steps.sign_aab.outputs.signedFiles }}
|
||||
|
||||
- name: Upload Mapping File
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: mapping-file
|
||||
path: app-release/app/build/outputs/mapping/release/mapping.txt
|
||||
|
||||
- name: Compress Debug Symbols
|
||||
run: |
|
||||
mkdir -p ./artifacts
|
||||
|
|
Loading…
Reference in a new issue