auto build: next try running create-mo-files.ps1

This commit is contained in:
stax76
2023-12-09 04:46:05 +01:00
parent a4eed2d939
commit 9b93eaa9e9

View File

@@ -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: