From ab36fceee71cef1d00423017e60d7f3e07464d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BF=B4=EF=BF=B4?= <￴￴> Date: Tue, 29 Oct 2024 14:12:37 +0700 Subject: [PATCH] updaate --- .github/workflows/build-tdlib-cross.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-tdlib-cross.yml b/.github/workflows/build-tdlib-cross.yml index 2d556a54..c050b52f 100644 --- a/.github/workflows/build-tdlib-cross.yml +++ b/.github/workflows/build-tdlib-cross.yml @@ -1,4 +1,5 @@ name: Build Tdlib Cross Compile + on: [workflow_dispatch] jobs: # build-tdlib-desktop: @@ -98,7 +99,7 @@ jobs: continue-on-error: true run: | cd example/android/ - docker build --build-arg TDLIB_INTERFACE=JSON --build-arg OPENSSL_VERSION="openssl-3.4.0" --build-arg ANDROID_NDK_VERSION="27.2.12479018" --output tdlib . + # docker build --build-arg TDLIB_INTERFACE=JSON --build-arg OPENSSL_VERSION="openssl-3.4.0" --build-arg ANDROID_NDK_VERSION="27.2.12479018" --output tdlib . shell: bash - name: Publish Release @@ -110,5 +111,6 @@ jobs: prerelease: false title: "Release Tdlib Android" files: | - example/android/tdlib/.* - \ No newline at end of file + example/android/Dockerfile + # example/android/tdlib/tdlib.zip + # example/android/tdlib/tdlib.zip \ No newline at end of file