Skip to content

Commit

Permalink
auto build: next try running create-mo-files.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
stax76 committed Dec 9, 2023
1 parent a4eed2d commit 9b93eaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
run: |
wget -nv -O mpvnet.com https://github.com/mpvnet-player/file-host/releases/download/tag/mpvnet.com.txt
cp -f mpvnet.com src/MpvNet.Windows/bin/Debug/ || true
- name: Create .mo files
shell: pwsh
run: Install-Package Gettext.Tools; .\lang\create-mo-files.ps1
- name: Upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9b93eaa

Please sign in to comment.