Try Auto-Build with 4.4.0.58

This commit is contained in:
Sebastian Wolf 2022-06-07 23:27:36 +02:00
parent ec2a1cf398
commit 227c9146f2
No known key found for this signature in database
GPG key ID: CEA9522B5F38A90A
2 changed files with 4 additions and 4 deletions

View file

@ -53,20 +53,20 @@ jobs:
id: build_armv7hl
uses: coderus/github-sfos-build@master
with:
release: 4.2.0.21
release: 4.4.0.58
- name: Build i486
id: build_i486
uses: coderus/github-sfos-build@master
with:
release: 4.2.0.21
release: 4.4.0.58
arch: i486
- name: Build aarch64
id: build_aarch64
uses: coderus/github-sfos-build@master
with:
release: 4.2.0.21
release: 4.4.0.58
arch: aarch64
- name: Upload build result

View file

@ -12,7 +12,7 @@
# * date Author's Name <author's email> version-release
# - Summary of changes
* Xxx Jun XX 2022 Sebastian J. Wolf <sebastian@ygriega.de> 0.16
* Tue Jun 07 2022 Sebastian J. Wolf <sebastian@ygriega.de> 0.16
- Support message reactions
- Support t.me/+... links
- Update to TDLib 1.8.3 - let's see if everything still works ;)