Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
committed Dec 22, 2024
1 parent 6b218ea commit 6749c7b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-tdlib-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,18 @@ jobs:
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=../tdlib ..
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
shell: bash

- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
continue-on-error: true
with:
name: android
name: linux
path: |
example/android/tdlib/tdlib.zip
build/tg_cli
build/libtdjson.*
- name: Publish Release
uses: marvinpinto/action-automatic-releases@latest
Expand All @@ -50,5 +51,5 @@ jobs:
prerelease: false
title: "Release Tdlib Linux"
files: |
tdlib/tg_cli
tdlib/libtdjson.*
build/tg_cli
build/libtdjson.*

0 comments on commit 6749c7b

Please sign in to comment.