CD next try...

This commit is contained in:
Vadim 2023-05-05 14:56:49 +02:00
parent a60d69c443
commit 53bca44e59

View file

@ -91,11 +91,11 @@ jobs:
uses: thedoctor0/zip-release@0.7.1 uses: thedoctor0/zip-release@0.7.1
with: with:
type: 'zip' type: 'zip'
directory: 'build/app/intermediates/merged_native_libs/prodRelease/out/lib/' path: 'build/app/intermediates/merged_native_libs/prodRelease/out/lib/'
filename: 'merged_native_libs.zip' filename: 'merged_native_libs.zip'
- name: Upload merged_native_libs to artifacts - name: Upload merged_native_libs to artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: merged_native_libs name: merged_native_libs
path: build/app/intermediates/merged_native_libs/prodRelease/out/lib/merged_native_libs.zip path: merged_native_libs.zip