mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-12 21:30:30 +05:30
[CI] Fix uploads to Telegram
This commit is contained in:
parent
52045edc00
commit
e69090eef1
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
- name: Telegram Bot
|
||||
continue-on-error: true
|
||||
run: |
|
||||
cd archive
|
||||
cd nightly
|
||||
mv ../tgconfig.py .
|
||||
echo "TG_TOKEN = '${{ secrets.TG_TOKEN }}'" >> tgconfig.py
|
||||
echo "TG_API_ID = '${{ secrets.TG_API_ID }}'" >> tgconfig.py
|
||||
@ -92,5 +92,5 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app
|
||||
path: archive/*.apk
|
||||
path: nightly/*.apk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user