mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Fix prepare_release workflow (#4855)
This commit is contained in:
parent
dbbaa88e8e
commit
f926fab431
4
.github/workflows/prepare_release.yml
vendored
4
.github/workflows/prepare_release.yml
vendored
@ -22,7 +22,11 @@ jobs:
|
|||||||
echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list
|
echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -y crowdin
|
sudo apt-get install -y crowdin
|
||||||
|
pip install redgettext==3.3
|
||||||
|
|
||||||
|
- name: Generate source files
|
||||||
|
run: |
|
||||||
|
make gettext
|
||||||
- name: Download translations
|
- name: Download translations
|
||||||
run: |
|
run: |
|
||||||
make download_translations
|
make download_translations
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user