Fixed api id and hash in Github Action on Windows for nightly builds.

This commit is contained in:
23rd 2023-09-09 16:16:49 +03:00 committed by John Preston
parent 0b4ef3214e
commit 456f4d7b8a
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ jobs:
echo "TDESKTOP_BUILD_DEFINE=$DEFINE" >> $GITHUB_ENV
API="-D TDESKTOP_API_TEST=ON"
if [ ${{ github.ref == 'refs/heads/nightly' }} ]; then
if [ $GITHUB_REF == 'refs/heads/nightly' ]; then
echo "Use the open credentials."
API="-D TDESKTOP_API_ID=611335 -D TDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c"
fi