mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 21:34:41 +01:00
Fix syntax mistake
This commit is contained in:
parent
d8b45f4e20
commit
2d83920e08
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -41,5 +41,6 @@ jobs:
|
||||
TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||
DEST: ${{ secrets.DEST }}
|
||||
DESTINATIONS: ${{ secrets.DESTINATIONS }}
|
||||
SSH_KEY: ${{ secrets.SSH_KEY }}
|
||||
run: |
|
||||
tests/makephar.sh
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user