From f9b39b75235dfa9bdfbad7b02076336d2fe7e08b Mon Sep 17 00:00:00 2001 From: XelXen <78258352+XelXen@users.noreply.github.com> Date: Wed, 28 Sep 2022 18:49:53 +0530 Subject: [PATCH] Switch to Alpha Banner Rename --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7ef42dec..b6bdbb91c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: continue-on-error: true run: | 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 mv ../tgconfig.py . echo "TG_TOKEN = '${{ secrets.TG_TOKEN }}'" >> tgconfig.py