1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 01:14:39 +01:00
This commit is contained in:
Daniil Gentili 2023-05-27 01:13:00 +02:00
parent e24d5cf206
commit c94b25f32f

View File

@ -143,8 +143,8 @@ rm -f madeline-*phar madeline-*version
rm -f tests/madeline-*phar tests/madeline-*version
php tools/makephar.php $madelinePath/../phar "madeline$php$branch.phar" "$COMMIT-81"
cp "madeline$php$branch.phar" "madeline-TESTING.phar"
echo -n "TESTING" > "madeline-$php.phar.version"
cp "madeline$php$branch.phar" "tests/madeline-TESTING.phar"
echo -n "TESTING" > "tests/madeline-$php.phar.version"
echo 0.0.0.0 phar.madelineproto.xyz > /etc/hosts
cp tools/phar.php madeline.php
export ACTIONS_PHAR=1