feat(windows): SMTC integration

This commit is contained in:
2026-08-03 20:57:33 +08:00
parent 7164a5a299
commit 383088054c
8 changed files with 546 additions and 11 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
include:
- qt_ver: '6.10.1'
- qt_ver: '6.10.3'
vs: '2022'
aqt_arch: 'win64_msvc2022_64'
msvc_arch: 'x64'
@@ -16,7 +16,7 @@ jobs:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
@@ -68,7 +68,7 @@ jobs:
if ErrorLevel 8 (exit /B 1)
copy LICENSE build/bin/
exit /B 0
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: "${{ matrix.aqt_arch }}-qt${{ matrix.qt_ver }}-cmake-package"
path: build/bin/*