1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 19:24:42 +01:00

Fix syntax mistake

This commit is contained in:
Daniil Gentili 2021-04-06 22:26:05 +02:00
parent d8b45f4e20
commit 2d83920e08
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 2 additions and 1 deletions

View File

@ -41,5 +41,6 @@ jobs:
TOKEN: ${{ secrets.BOT_TOKEN }}
DEST: ${{ secrets.DEST }}
DESTINATIONS: ${{ secrets.DESTINATIONS }}
SSH_KEY: ${{ secrets.SSH_KEY }}
run: |
tests/makephar.sh

View File

@ -190,7 +190,7 @@ if [ "$SSH_KEY" != "" ]; then
echo -e "$SSH_KEY" > madeline_rsa
chmod 600 madeline_rsa
ssh-add madeline_rsa
done
fi
git clone git@github.com:danog/MadelineProtoPhar
cd MadelineProtoPhar