testing
This commit is contained in:
parent
73af6dc330
commit
b3d8c7c870
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -161,6 +161,10 @@ jobs:
|
|||
name: debug-symbols
|
||||
path: app-release/app/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/*
|
||||
|
||||
- name: Check Debug Symbols Path
|
||||
run: ls -la app-release/app/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/
|
||||
|
||||
|
||||
- name: Prepare Release Assets
|
||||
run: |
|
||||
mkdir -p ./release-assets
|
||||
|
|
Loading…
Reference in a new issue