tdlight-java/scripts/continuous-integration/github-workflows/deploy-release.sh
Andrea Cavalli b27c736866 Use TDLib 1.7.10, add BOM, fix null updates, rewrite pom.xml
Fix #64: null updates sent to the updates handler
Fix gradle import issue (#61) by rewriting the maven dependency structure, and adding a BOM to being able to keep the natives version in sync with tdlight-java version
Fix #63 by adding the required dependencies for windows, linux and macOS in the README.md
2021-12-08 02:24:23 +01:00

11 lines
149 B
Bash
Executable File

#!/bin/bash -e
set -e
# OTHER REQUIRED ENVIRONMENT VARIABLES:
# REVISION = <revision>
cd ./scripts/core/
./deploy_release.sh
echo "Done."
exit 0