ci: use --configs plural (align with other plugin repos)

This commit is contained in:
2026-04-30 00:44:10 +02:00
parent c51365f97f
commit 7d48ae37c1
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
"version=$v" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
- name: Build ${{ matrix.config }}
run: python build_plugin.py --config ${{ matrix.config }} --verbosity minimal
run: python build_plugin.py --configs ${{ matrix.config }} --verbosity minimal
- name: Upload DLL
uses: actions/upload-artifact@v4