Switch to Alpha Banner Rename

This commit is contained in:
XelXen 2022-09-28 18:49:53 +05:30 committed by GitHub
parent 18ffd4eb69
commit f9b39b7523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ jobs:
continue-on-error: true continue-on-error: true
run: | run: |
cd archive cd archive
curl https://libre-tube.github.io/images/LibreAlpha.png --output alpha.png curl https://libre-tube.github.io/images/Alpha.png --output alpha.png
chmod 755 ./exec chmod 755 ./exec
mv ../tgconfig.py . mv ../tgconfig.py .
echo "TG_TOKEN = '${{ secrets.TG_TOKEN }}'" >> tgconfig.py echo "TG_TOKEN = '${{ secrets.TG_TOKEN }}'" >> tgconfig.py