Removed zip directory from CD

This commit is contained in:
Vadim 2023-05-04 17:43:05 +02:00
parent 4ba4360989
commit a5f56c2dfe

View file

@ -91,7 +91,6 @@ jobs:
uses: thedoctor0/zip-release@0.7.1
with:
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'
@ -99,4 +98,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: merged_native_libs
path: build/app/intermediates/merged_native_libs/prodRelease/out/lib/merged_native_libs.zip
path: merged_native_libs.zip