Skip to content

Commit

Permalink
Tdlib repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylmakalle committed Sep 5, 2021
1 parent 41fed9c commit c424a29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

env:
TL_PARSER_REPO: https://github.com/Swiftgram/tl2swift
TDLIB_REPO: https://github.com/tdlib/td

jobs:
Build:
Expand All @@ -31,11 +32,13 @@ jobs:
TDLIB_VERSION=$(python3 scripts/parse_tdlib_version.py version)
PACKAGE_VERSION=$(cat version | python3 -c "print(input().strip())")
RELEASE_TAG=${PACKAGE_VERSION}-tdlib-${TDLIB_VERSION}-${TDLIB_COMMIT}
TDLIB_COMMIT_URL=${{ env.TDLIB_REPO }}/tree/${TDLIB_COMMIT}
echo "TDLIB_COMMIT=$TDLIB_COMMIT" >> $GITHUB_ENV
echo "TDLIB_VERSION=$TDLIB_VERSION" >> $GITHUB_ENV
echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_ENV
echo "RELEASE_TAG=$RELEASE_TAG" >> $GITHUB_ENV
echo "TDLIB_COMMIT_URL=$TDLIB_COMMIT_URL" >> $GITHUB_ENV
- name: Download td_api.tl
run: wget https://raw.githubusercontent.com/tdlib/td/$TDLIB_COMMIT/td/generate/scheme/td_api.tl
Expand Down

0 comments on commit c424a29

Please sign in to comment.