1
0
mirror of https://github.com/PurpleI2P/i2pd-android.git synced 2025-01-31 00:44:24 +00:00

[gha] build binaries package

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-04-29 13:04:45 +03:00
parent 3dbb4e9759
commit 8e2e80ea5d
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
3 changed files with 13 additions and 3 deletions

View File

@ -41,7 +41,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: android-apks
name: android-apks.zip
path: app/build/outputs/apk/debug/*.apk
build-binary:
@ -80,8 +80,18 @@ jobs:
pushd binary/jni
$ANDROID_NDK_HOME/ndk-build -j2 NDK_MODULE_PATH=$PWD
popd
- name: Upload artifacts
- name: Create package with built binaries
run: |
pushd contrib/binary_pack
./build-archive
popd
- name: Upload binaries archive
uses: actions/upload-artifact@v2
with:
name: android-binaries
name: android-binaries.zip
path: binary/libs/*
- name: Upload binaries package
uses: actions/upload-artifact@v2
with:
name: android-binaries-pack.zip
path: contrib/i2pd_*_android_binary.zip

0
contrib/binary_pack/build-archive Normal file → Executable file
View File

0
contrib/binary_pack/i2pd Normal file → Executable file
View File