mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-23 16:00:41 +00:00
Removed zip directory from CD
This commit is contained in:
parent
4ba4360989
commit
a5f56c2dfe
1 changed files with 1 additions and 2 deletions
3
.github/workflows/cd_prod.yml
vendored
3
.github/workflows/cd_prod.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue