Skip to content

Commit

Permalink
Maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchvova authored Aug 12, 2024
1 parent 7fcb73e commit dab3ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/GHAction/build_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ mkdir -p "$WORKSPACE/output/"
mv build/CoronaEnterprise.tgz "$WORKSPACE/output/CoronaNative.tar.gz"

(
cd "$WORKSPACE/platform/android/sdk/build/intermediates/cmake/release/obj/"
cd "$WORKSPACE/platform/android/sdk/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/"
zip -9 "$WORKSPACE/output/AndroidDebugSymbols.zip" -r .
)

0 comments on commit dab3ee6

Please sign in to comment.