mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-05-19 22:50:40 +00:00
added uploading NDS to artifacts
This commit is contained in:
parent
03dd9864bf
commit
25bf02bcda
1 changed files with 7 additions and 0 deletions
7
.github/workflows/cd_prod.yml
vendored
7
.github/workflows/cd_prod.yml
vendored
|
@ -50,3 +50,10 @@ jobs:
|
|||
with:
|
||||
name: m3_lightmeter_bundle
|
||||
path: build/app/outputs/bundle/prodRelease/app-prod-release.aab
|
||||
|
||||
- name: Upload native debug symbols to artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: m3_lightmeter_native_debug_symbols
|
||||
path: |
|
||||
build/app/intermediates/merged_native_libs/prodRelease/out/lib/
|
Loading…
Reference in a new issue