mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-05-19 22:50:40 +00:00
CD next try...
This commit is contained in:
parent
a60d69c443
commit
53bca44e59
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd_prod.yml
vendored
4
.github/workflows/cd_prod.yml
vendored
|
@ -91,11 +91,11 @@ 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'
|
||||
|
||||
- name: Upload merged_native_libs to artifacts
|
||||
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