File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 SOURCE_DIR : ${{github.workspace}}/.cache/source
3535 TOOSL_DIR : ${{github.workspace}}/.cache/tools
3636 INSTALL_DIR : ${{github.workspace}}/.cache/install
37- SerialPortAssistant_VERSION : v0.5.26
37+ SerialPortAssistant_VERSION : v0.5.27
3838 VCPKGGITCOMMITID : 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
3939 VCPKG_TARGET_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
4040 VCPKG_DEFAULT_HOST_TRIPLET : x64-linux
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: build
55env :
66 artifact_path : artifact_path
77 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8- SerialPortAssistant_VERSION : v0.5.26
8+ SerialPortAssistant_VERSION : v0.5.27
99
1010on :
1111 push :
Original file line number Diff line number Diff line change 4040 TOOSL_DIR : ${{github.workspace}}/.cache/tools
4141 INSTALL_DIR : ${{github.workspace}}/.cache/install_macos
4242 qt_modules : ${{matrix.qt_modules}}
43- SerialPortAssistant_VERSION : 0.5.26
43+ SerialPortAssistant_VERSION : 0.5.27
4444 artifact_name : build_macos
4545 VCPKGGITCOMMITID : 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
4646
Original file line number Diff line number Diff line change 3030 SOURCE_DIR : ${{github.workspace}}\.cache\source
3131 TOOSL_DIR : ${{github.workspace}}\.cache\tools
3232 INSTALL_DIR : ${{github.workspace}}\.cache\install_mingw
33- SerialPortAssistant_VERSION : v0.5.26
33+ SerialPortAssistant_VERSION : v0.5.27
3434 artifact_name : build_mingw
3535
3636 # Map the job outputs to step outputs
Original file line number Diff line number Diff line change 4242 runs-on : windows-latest
4343
4444 env :
45- SerialPortAssistant_VERSION : v0.5.26
45+ SerialPortAssistant_VERSION : v0.5.27
4646 SOURCE_DIR : ${{github.workspace}}\.cache\source
4747 TOOSL_DIR : ${{github.workspace}}\.cache\tools
4848 INSTALL_DIR : ${{github.workspace}}\.cache\install_${{matrix.qt_arch}}_${{matrix.BUILD_TYPE}}
Original file line number Diff line number Diff line change 2626 SOURCE_DIR : ${{github.workspace}}/.cache/source
2727 TOOSL_DIR : ${{github.workspace}}/.cache/tools
2828 INSTALL_DIR : ${{github.workspace}}/.cache/install_ubuntu_${{matrix.BUILD_TYPE}}
29- SerialPortAssistant_VERSION : 0.5.26
29+ SerialPortAssistant_VERSION : 0.5.27
3030 artifact_name : build_ubuntu
3131
3232 # Map the job outputs to step outputs
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ serialportassistant (0.5.27) stable; urgency=medium
1414 * Modify debian package
1515 * CI: modify android.yml
1616
17- -- Kang Lin <kl222@126.com> Fri, 06 Dec 2024 14:37:28 +0800
17+ -- Kang Lin <kl222@126.com> Fri, 06 Dec 2024 15:24:34 +0800
1818
You can’t perform that action at this time.
0 commit comments