Skip to content

Commit

Permalink
Replaced zipping action
Browse files Browse the repository at this point in the history
  • Loading branch information
vodemn committed Jun 20, 2023
1 parent 74d0a71 commit 1f78b41
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,10 @@ jobs:
path: build/app/outputs/bundle/prodRelease/app-prod-release.aab

- name: Zip merged_native_libs folder
uses: thedoctor0/[email protected].1
uses: vimtor/action-zip@v1.1
with:
type: 'zip'
path: 'build/app/intermediates/merged_native_libs/prodRelease/out/lib/'
filename: 'merged_native_libs.zip'
files: build/app/intermediates/merged_native_libs/prodRelease/out/lib/arm64-v8a build/app/intermediates/merged_native_libs/prodRelease/out/lib/armeabi-v7a
dest: merged_native_libs.zip

- name: Upload merged_native_libs to artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1f78b41

Please sign in to comment.