Skip to content

Commit

Permalink
updaate
Browse files Browse the repository at this point in the history
  • Loading branch information
￴￴ committed Oct 29, 2024
1 parent 295fbab commit ab36fce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-tdlib-cross.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Build Tdlib Cross Compile

on: [workflow_dispatch]
jobs:
# build-tdlib-desktop:
Expand Down Expand Up @@ -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
Expand All @@ -110,5 +111,6 @@ jobs:
prerelease: false
title: "Release Tdlib Android"
files: |
example/android/tdlib/.*
example/android/Dockerfile
# example/android/tdlib/tdlib.zip
# example/android/tdlib/tdlib.zip

0 comments on commit ab36fce

Please sign in to comment.