Try Auto-Build with 4.4.0.58
This commit is contained in:
parent
ec2a1cf398
commit
227c9146f2
2 changed files with 4 additions and 4 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -53,20 +53,20 @@ jobs:
|
||||||
id: build_armv7hl
|
id: build_armv7hl
|
||||||
uses: coderus/github-sfos-build@master
|
uses: coderus/github-sfos-build@master
|
||||||
with:
|
with:
|
||||||
release: 4.2.0.21
|
release: 4.4.0.58
|
||||||
|
|
||||||
- name: Build i486
|
- name: Build i486
|
||||||
id: build_i486
|
id: build_i486
|
||||||
uses: coderus/github-sfos-build@master
|
uses: coderus/github-sfos-build@master
|
||||||
with:
|
with:
|
||||||
release: 4.2.0.21
|
release: 4.4.0.58
|
||||||
arch: i486
|
arch: i486
|
||||||
|
|
||||||
- name: Build aarch64
|
- name: Build aarch64
|
||||||
id: build_aarch64
|
id: build_aarch64
|
||||||
uses: coderus/github-sfos-build@master
|
uses: coderus/github-sfos-build@master
|
||||||
with:
|
with:
|
||||||
release: 4.2.0.21
|
release: 4.4.0.58
|
||||||
arch: aarch64
|
arch: aarch64
|
||||||
|
|
||||||
- name: Upload build result
|
- name: Upload build result
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
# * date Author's Name <author's email> version-release
|
# * date Author's Name <author's email> version-release
|
||||||
# - Summary of changes
|
# - 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 message reactions
|
||||||
- Support t.me/+... links
|
- Support t.me/+... links
|
||||||
- Update to TDLib 1.8.3 - let's see if everything still works ;)
|
- Update to TDLib 1.8.3 - let's see if everything still works ;)
|
||||||
|
|
Loading…
Reference in a new issue