Skip to content

Commit

Permalink
ci: copy i18n files...
Browse files Browse the repository at this point in the history
...by using another magical bash script.

Signed-off-by: 135e2 <[email protected]>
  • Loading branch information
135e2 committed Jan 25, 2022
1 parent 189d202 commit ab74320
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/annie-gtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
cp -v logo.png build/logo.png
echo "Copying README..."
cp -v README.md build/README.md
echo "Copying i18n files..."
bash scripts/generate-mos
- name: Upload annie-gtk
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -57,6 +59,8 @@ jobs:
cp -v logo.png build/logo.png
echo "Copying README..."
cp -v README.md build/README.md
echo "Copying i18n files..."
bash scripts/generate-mos
- name: Bundle extra GTK runtime in pack
run: |
echo "Downloading GTK Runtime Installer (Windows)"
Expand Down

0 comments on commit ab74320

Please sign in to comment.