Skip to content

Commit

Permalink
Zip merged_native_libs
Browse files Browse the repository at this point in the history
  • Loading branch information
vodemn committed May 4, 2023
1 parent 22b9a96 commit 8ce5e65
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,12 @@ jobs:
name: m3_lightmeter_bundle
path: build/app/outputs/bundle/prodRelease/app-prod-release.aab

- name: Upload native debug symbols to artifacts
- name: Zip merged_native_libs folder
uses: montudor/action-zip@v1
with:
args: zip -qq -r merged_native_libs.zip build/app/intermediates/merged_native_libs/prodRelease/out/lib/
- name: Upload merged_native_libs to artifacts
uses: actions/upload-artifact@v3
with:
name: m3_lightmeter_native_debug_symbols
path: |
build/app/intermediates/merged_native_libs/prodRelease/out/lib/
name: merged_native_libs
path: merged_native_libs.zip

0 comments on commit 8ce5e65

Please sign in to comment.