1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 00:14:38 +01:00

Fixup build

This commit is contained in:
Daniil Gentili 2023-12-31 14:14:43 +01:00
parent 6879cb461c
commit 8f44fae071

View File

@ -201,8 +201,6 @@ cd "$madelinePath"
if [ "$CI_COMMIT_TAG" == "7777" ]; then exit 0; fi if [ "$CI_COMMIT_TAG" == "7777" ]; then exit 0; fi
if [ "$PLATFORM" == "linux/aarch64" ]; then :; else exit 0; fi
cp "$input/madeline$php$branch.phar" "madeline81.phar" cp "$input/madeline$php$branch.phar" "madeline81.phar"
git remote add hub https://github.com/danog/MadelineProto git remote add hub https://github.com/danog/MadelineProto